
				positionY=212;
				positionX=0
bgcolor='#6699CC';
document.write('<style type="text/css">.position{POSITION: absolute; VISIBILITY: hidden; z-index:3; }#topgauche {top:'+positionY+'px; left:'+positionX+'px; z-index:10; } a:hover{text-decoration:underline;} a{text-decoration:none; color:#000000; font-weight:bold;}</style><DIV class=position id=topdeckBis></DIV><DIV class=position id=topdeck></DIV>');




var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = positionY+32;
if (nava) { sknBis = document.topdeckBis }
else if (dom) { sknBis = document.getElementById("topdeckBis").style }
else if (iex) { sknBis = topdeckBis.style }
sknBis.top = positionY+32;

function pop(msg,pos){
	skn.visibility = "hidden";
	sknBis.visibility = "hidden";
	skn.left = positionX+pos;
	var content ="<table width=150 border=1 bordercolor=#FFFFFF cellpadding=0 cellspacing=0><tr><td><table width=100% border=0 cellpadding=0 cellspacing=0 style=\"font-size:10px;font-family:verdana;color:#00000;text-decoration:none;\">";
	pass = 0
	while (pass < msg.length){
	content += "<tr><td height=\"25\" style=\"background:6699CC;filter='alpha(style=1,opacity=85,finishopacity=85)';\" onMouseOver=\"this.style.background='33679B';this.style.filter='alpha(style=1,opacity=97,finishopacity=97)';\" onMouseOut=\"this.style.background='6699CC';this.style.filter='alpha(style=1,opacity=85,finishopacity=85)';\" height=20>&nbsp;"+msg[pass]+"</td></tr>";
	pass++;
	}
	content += "</table></td></tr></table>";
	if (nava){
	skn.document.write(content);
	skn.document.close();
	skn.visibility = "visible";
	} else if (dom) {
	document.getElementById("topdeck").innerHTML = content;
	skn.visibility = "visible";
	} else if (iex) {
	document.all("topdeck").innerHTML = content;
	skn.visibility = "visible";
	}
}
function popBis(msg,pos){
	sknBis.visibility = "hidden";
	sknBis.left = positionX+pos;
	var content ="<table width=150 border=0 cellpadding=0 cellspacing=0><tr><td><table width=100% border=0 cellpadding=0 cellspacing=0 style=\"font-size:10px;font-family:verdana;color:black;text-decoration:none;\">";
	pass = 0
	while (pass < msg.length){
	content += "<tr><td height=\"25\" style=\"background:6699CC;filter='alpha(style=1,opacity=85,finishopacity=85)';\" onMouseOver=\"this.style.background='33679B';this.style.filter='alpha(style=1,opacity=97,finishopacity=97)';\" onMouseOut=\"this.style.background='6699CC';this.style.filter='alpha(style=1,opacity=85,finishopacity=85)';\" height=20>&nbsp;"+msg[pass]+"</td></tr>";
	pass++;
	}
	content += "</table></td></tr></table>";
	if (nava){
	sknBis.document.write(content);
	sknBis.document.close();
	sknBis.visibility = "hidden";
	} else if (dom) {
	document.getElementById("topdeckBis").innerHTML = content;
	sknBis.visibility = "hidden";
	} else if (iex) {
	document.all("topdeckBis").innerHTML = content;
	sknBis.visibility = "hidden";
	}
}



document.write(menu);