bgcolor='#A65733';
bgcolor2='#C57C5B';
bgcolorbis='#E9B49C';
bgcolorbis2='#C57C5B';

document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:174px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('.ejsmenu {color:#FFFFFF; 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
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;

if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 174;
	}





function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="";
pass = 0

if (msg.length!=0)
	{
	content +="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 style=\"border: 1px solid "+bgcolor+"\"><TR><TD><TABLE BORDER=0 CELLPADDING=2 CELLSPACING=0 width=150px>";
	//content += "<TR><TD class=\"menu_gauche_niveau2\" BGCOLOR="+bgcolorbis+">&nbsp;</TD></TR>";
	}

while (pass < msg.length)
	{
	content += "<TR><TD class=\"menu_gauche_niveau2\" BGCOLOR="+bgcolorbis+" onMouseOver=\"this.style.background='"+bgcolorbis2+"'\" onMouseOut=\"this.style.background='"+bgcolorbis+"'\">"+msg[pass]+"</TD></TR>";
	pass++;
	}
if (msg.length!=0)
	{
	content += "<TR><TD class=\"menu_gauche_niveau2\" BGCOLOR="+bgcolorbis+">&nbsp;</TD></TR>";
	content += "</TABLE></TD></TR></TABLE>";
	}
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}





function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}


document.onclick = kill;
if(document.getElementById)
	{
	document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=174><TR><TD><TABLE CELLPADDING=8 CELLSPACING=0 BORDER=0 WIDTH=100% class="menu_gauche_niveau1">')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #DCA187"><a href="index.php" style="text-decoration:none;"><FONT color="#FFFFFF"><b>Accueil Découvrir</b></FONT></a></TD></tr>')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #DCA187"><a href="cite_millenaire.php" style="text-decoration:none;"><FONT color="#FFFFFF"><b>Cit&eacute; mill&eacute;naire</b></FONT></a></TD></tr>')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #DCA187"><a href="annee20.php" style="text-decoration:none;"><FONT color="#FFFFFF"><b>Chauny et les ann&eacute;es 20</b></FONT></a></TD></tr>')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],61)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #DCA187"><a href="/mairie/cartes.php" style="text-decoration:none;"><FONT color="#FFFFFF"><b>Chauny : Itinéraires et cartes</b></FONT></a></TD></tr>')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],92)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #DCA187"><a href="halte_fluviale.php" style="text-decoration:none;"><FONT color="#FFFFFF"><b>La halte fluviale "Alfred Leroux"</b></FONT></a></TD></tr>')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #DCA187"><a href="camping.php" style="text-decoration:none;"><FONT color="#FFFFFF"><b>Le camping municipal</b></FONT></a></TD></tr>')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #DCA187"><a href="/culture/animation_sortir.php" style="text-decoration:none;"><FONT color="#FFFFFF"><b>Animations</b></FONT></a></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}

	
