
document.write('<STYLE TYPE="text/css">\nA.menudyn3 {color:'+select_textcolor_bas_off+'; text-decoration:none;}\nA:hover.menudyn3 {color:'+select_textcolor_bas_on+';text-decoration:none; }\n	A.menudyn3up {color:'+select_textcolor_haut_off+'; text-decoration:none;}\nA:hover.menudyn3up {color:'+select_textcolor_haut_on+'; text-decoration:none;}\n</STYLE>\n');
document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH='+largeurcadre+' BGCOLOR=#000023:03 08/07/200200>  <TR><TD><TABLE CELLPADDING=3 CELLSPACING=0 BORDER=0 WIDTH=100%>  <TR>');

for(i=0; i<xlien.length; i++)
{
 document.write('<TD BGCOLOR='+noselect_backcolor_haut+' onClick="javascript:colorIt(this);MajMenu('+i+');" ALIGN=center ID=td'+i+' title="'+xmenu_title[i]+'"');
 document.write(' style="border-style:solid; border-color:'+border_on+'; border-top-width:1; border-bottom-width:0; border-left-width:1; ');

 if (i==xlien.length-1) document.write('border-right-width:1">');
 else document.write('border-right-width:0">');

 document.write(' <b><FONT SIZE=2 FACE="Arial"><a href=# class=menudyn3up onmouseover="self.status=\'\'; return true;" onmouseout="self.status=\'\'; return true;">'+xmenu[i]+'</a></FONT></TD>');
}


document.write('</TR><TR> <TD style="border-style:solid; border-color:'+border_on+'; border-top-width:0; border-right-width:1; border-left-width:1; border-bottom-width:1;" COLSPAN='+(xlien.length)+' BGCOLOR='+select_backcolor_bas+' HEIGHT='+hauteurcadre+' VALIGN=top><ilayer id="dynamenu31" width=100% height='+hauteurcadre+'><layer id="dynamenu32" width=100% height='+hauteurcadre+'><div id="dynamenu33"></div></layer></ilayer></TD></TR></TABLE></TD></TR></TABLE>');

function colorIt(tditem)
{
	if (document.all)
	{
	document.all.td0.style.background=noselect_backcolor_haut;
	document.all.td1.style.background=noselect_backcolor_haut;
	document.all.td2.style.background=noselect_backcolor_haut;
	document.all.td3.style.background=noselect_backcolor_haut;
	tditem.style.background=select_backcolor_haut;
	tditem.style.color=select_textcolor_haut_off;
	}
	else
	if (document.getElementById)
	{
	document.getElementById("td0").style.background=noselect_backcolor_haut;
	document.getElementById("td1").style.background=noselect_backcolor_haut;
	document.getElementById("td2").style.background=noselect_backcolor_haut;
	document.getElementById("td3").style.background=noselect_backcolor_haut;
	tditem.style.background=select_backcolor_haut;
	tditem.style.color=select_textcolor_haut_off;
	}

}

function MajMenu(menu)
{
	which = xlien[menu];
	if (document.layers)
	{
	document.dynamenu31.document.dynamenu32.document.write('<FONT SIZE=2 FACE="Arial">'+which+'</FONT>')
	document.dynamenu31.document.dynamenu32.document.close()
	}
	else
	if (document.getElementById)
	{
	document.getElementById("dynamenu33").innerHTML = '<center><FONT SIZE=2 FACE="Verdana, Arial">&nbsp; '+which+'</FONT>';
	}
	else
	if (document.all)
	{
	dynamenu33.innerHTML='&nbsp;'
	dynamenu33.innerHTML='<FONT SIZE=2 FACE="Arial">'+which+'</FONT>';
	}
}

if (document.getElementById) colorIt(document.getElementById("td0")); else
if (document.all) colorIt(document.all.td0);

MajMenu(0);
