document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:100px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')
document.write('.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 150;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos - (msg.length*20) +20;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=173><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
content += "<tr><td><img src='images/spp_top.gif' border=0 /></td></tr>";
pass = 0
while (pass < msg.length)
	{
			content += "<TR><TD HEIGHT=20 background='images/spp_fond.gif' class='main'>";
			content += "&nbsp;&nbsp;"+msg[pass]+"</TD></TR>";
			pass++;
	}
content += "<tr><td><img src='images/spp_bottom.gif' border=0 /></td></tr>";
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";

/*Jeremy*/
//
}
function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}

row = 0;
function wirteTitle(title)
{
	document.write('<tr><TD WIDTH=173 height=20 onMouseOver="pop(zlien['+row+'],'+row*20+')" class="ejsmenu"><FONT SIZE=1 FACE="Verdana">&nbsp;&nbsp;&nbsp;<a href="#" class="ejsmenu_jeremy">'+title+'</a></FONT></TD></tr>');
	row++;
}

document.onclick = kill;
if(document.getElementById)
	{
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=173 HEIGHT=60><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=60>')
wirteTitle('Entre 2 et 4 &euro;');
wirteTitle('Entre 4 et 6 &euro;');
wirteTitle('Entre 6 et 8 &euro;');
wirteTitle('Entre 8 et 10 &euro;');
wirteTitle('Supérieur à 10 &euro;');
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');
