hauteurcadre = 0;

xmenu = new Array;
xlien = new Array;

xmenu[0] = '<A HREF="../index.html" CLASS=menudyn3 TARGET="_top"><FONT COLOR="#000000">ACCUEIL</FONT></A>';
xmenu[1] = '<A HREF="../acsseprestation/prestation.html" CLASS=menudyn3 TARGET="_top"><FONT COLOR="#000000">NOS PRESTATIONS</FONT></A>';
xmenu[2] = '<A HREF="../acssetarif/tarif.html" class=menudyn3 TARGET="_top"><FONT COLOR="#000000">TARIFS/DEVIS</FONT></A>';
xmenu[3] = '<A HREF="../acssereference/reference.html" CLASS=menudyn3 TARGET="_top"><FONT COLOR="#000000">NOS REFERENCES</FONT></A>';
xmenu[4] = '<A HREF="../acsseliens/liens.html" CLASS=menudyn3 TARGET="_top"><FONT COLOR="#000000">NOS PARTENAIRES</FONT></A>';
xmenu[5] = '<A HREF="../acssecontact/contact.html" CLASS=menudyn3 TARGET="_top"><FONT COLOR="#000000">CONTACT</FONT></A>';

xlien[0] = ''
xlien[1] = ''
xlien[2] = ''
xlien[3] = ''
xlien[4] = ''
xlien[5] = ''

document.write('<STYLE TYPE="text/css">\nA.menudyn3 {color:#000000; text-decoration:none;}\nA:hover.menudyn3 {color:#FF9000;text-decoration:none;}\n</STYLE>');

document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH='+(xlien.length*100)+' BGCOLOR=#FFFFFF>  <TR><TD><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=100%>  <TR>');

for(i=0;i<xlien.length;i++)

{
	document.write('<TD BGCOLOR=#E0E0F0 onMouseOver="javascript:colorIt(this);MajMenu('+i+')" ALIGN=center ID=td'+i+'><FONT SIZE=1 FACE="Verdana"><B><A HREF="#" onClick="return(false)" onMouseOver="MajMenu('+i+')" CLASS=menudyn3>'+xmenu[i]+'</A></B></FONT></TD>');
	}
document.write('</TR>  <TR>    <TD COLSPAN='+(xlien.length)+' BGCOLOR=#FFFFFF HEIGHT='+hauteurcadre+' VALIGN=top><ilayer id="dynamenu31" width=50% height='+hauteurcadre+'><layer id="dynamenu32" width=50% height='+hauteurcadre+'><div id="dynamenu33">&nbsp;</div></layer></ilayer></TD>  </TR></TABLE></TD></TR></TABLE>');

function colorIt(tditem)
	{
	if(document.all)
		{
			document.all.td0.style.background='#E0E0F0';
	                document.all.td1.style.background='#E0E0F0';
	                document.all.td2.style.background='#E0E0F0';
	                document.all.td3.style.background='#E0E0F0';
	                document.all.td4.style.background='#E0E0F0';
	                document.all.td5.style.background='#E0E0F0';
	                document.all.td6.style.background='#E0E0F0';
	                tditem.style.background='#C0C0D0';
		}
else if(document.getElementById)
	{
			document.getElementById("td0").style.background='#FFFFFF';
	                document.getElementById("td1").style.background='#FFFFFF';
	                document.getElementById("td2").style.background='#FFFFFF';
	                document.getElementById("td3").style.background='#FFFFFF';
	                document.getElementById("td4").style.background='#FFFFFF';
                        document.getElementById("td5").style.background='#FFFFFF';
                        document.getElementById("td6").style.background='#FFFFFF';
                        tditem.style.background='#FFFFFF';
	}
}

function MajMenu(menu)
	{
	which = xlien[menu];
if (document.layers){
	document.dynamenu31.document.dynamenu32.document.write('<FONT SIZE=1 FACE="Verdana"><B>'+which+'</B></FONT>')
	document.dynamenu31.document.dynamenu32.document.close()
	}
else if (document.getElementById)
			{
			document.getElementById("dynamenu33").innerHTML = '<LEFT><FONT SIZE=1 FACE="Verdana, Arial"><B>'+which+'</B></FONT></CENTER>';
			}
else 	if (document.all){
	dynamenu33.innerHTML='&nbsp;'
	dynamenu33.innerHTML='<FONT SIZE=1 FACE="Verdana"><B>'+which+'</B></FONT>';
	}
}
if (document.getElementById)
	colorIt(document.getElementById("td0"));
else if (document.all){
	colorIt(document.all.td0);
	}
MajMenu(0);

