namanifait = document.getElementById;
if (namanifait)
	{
	skin = document.getElementById("popup").style;
	if(navigator.appName.substring(0,3) == "Net")
		document.captureEvents(Event.MOUSEMOVE);
	document.onmousemove = masouris;
	}
function creer(msg)
{
var content ="<TABLE BORDER=0 width=40% CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=1><TR><TD BGCOLOR=#FFFF00><FONT COLOR=#000000 SIZE=1 face='Verdana'><CENTER>"+msg+"</CENTER></TD></TR></TABLE></TD></TR></TABLE>";
	if (namanifait)
		{
	  	document.getElementById("popup").innerHTML = content;
	  	skin.visibility = "visible";// http://www.namani.net
  		}
}
function masouris(e)
	{
	var x = (navigator.appName.substring(0,3) == "Net") ? e.pageX : event.x+document.body.scrollLeft;
	var y = (navigator.appName.substring(0,3) == "Net") ? e.pageY : event.y+document.body.scrollTop;
	w=skin.x/2;
	skin.left = x - 100;
	skin.top = y+20;
	}
function enleve()
	{// http://www.namani.net
	if (namanifait)
  		skin.visibility = "hidden";
	}

