function onenter(ev){
$(document).ready(function(){
      // $("a.nikafx").hover(function(){$("#nikafxdiv").fadeOut(100);$("#nikafxdiv").fadeOut(500);});

var pos = $("#nikafx").offset();


document.getElementById('nikafxdiv').style.top=pos.top-94
document.getElementById('nikafxdiv').style.left=pos.left-217	  
	  $("#nikafxdiv").fadeIn("slow");
 
  });
 }
 
 function onout(){
$(document).ready(function(){
      // $("a.nikafx").hover(function(){$("#nikafxdiv").fadeOut(100);$("#nikafxdiv").fadeOut(500);});

	  $("#nikafxdiv").fadeOut("slow")
 
  });
 }
 document.write("<style>a.nikafxtext{font-family:Tahoma; font-size:9pt; font-weight:normal; color:white;text-decoration: none;}.niktext{font-family:Tahoma; font-size:9pt; font-weight:normal; color:white;}.graytext{font-family:Tahoma; font-size:9pt; font-weight:normal; color:gray;}</style>")
var thetable="<table width=100%><tr><td colspan=4 align=right><a href='javascript:onout()'><img src=http://www.nikafx.com/close.png border=0></a></td></tr><tr><td width=24></td><td class=niktext>web:</td><td><a class=nikafxtext href=http://www.nikafx.com target=_blank>nikafx.com</a></td></tr><tr><td></td><td class=niktext>email:</td><td><a class=nikafxtext href=mailto:nikafx@gmail.com>nikafx@gmail.com</a></td></tr></table>"
document.write("<div id=nikafxdiv style='position:absolute;display:none'><table cellpadding=2 cellspacing=2 width=247 height=101 style='background-image:url(http://www.nikafx.com/tip4.png)' class=fixPNG><tr><td valign=top>"+thetable+"</td></tr></table></div>")
document.write("<table><tr><td class=graytext>Developed by</td></tr><tr><td><a class=nikafx id=nikafx   onmouseover='onenter(event)' href=http://www.nikafx.com target=_blank><img src='http://www.nikafx.com/nikafx_gray.png' border=0/></a></td></tr></table>")
