
function affiche_menu()
{

document.write('<table border="0" cellspacing="0" cellpadding="0" width="956" height="26" bgcolor="#ECD35E"><tr><td width="60"><IMG SRC="../images/trait.gif" WIDTH="1" HEIGHT="26" BORDER="0" ALT=""></td>');

for (i=-1; i < 7; i++) { 
	if (texte[i] != "no") 
	{
		if (i == 4) var target = "target=_blank";
		else target =""
		if (hasSub[i] == true) { overplus = '; goHideAllSub(); goShowSub(sub'+i+')'; outplus = '; goHideSub(sub'+i+')' } else { overplus = '; goHideAllSub()'; outplus = '' }
		document.write('<td class="menu-hyster" ><a '+target+' class=menu-hyster style=\'cursor: hand\' href='+lien[i]+' onmouseover="'+overplus+'" onmouseout="'+outplus+'">'+texte[i]+'</a></td>')
		if (i < 6)	document.write('<td class="menu-hyster" width="30" >|</td>')
		if (hasSub[i] == false) {
		} 
	}

}
document.write('<td width="60" align="right"><IMG SRC="../images/trait.gif" WIDTH="1" HEIGHT="26" BORDER="0" ALT=""></td></tr></table>');

}







left5 = 392
document.write('<div id=sub2 style="position: absolute;  top: 25; left: '+ left5 +'; z-index:70; visibility: hidden">'+submenu2+'</div>');





affiche_menu()





