
function affiche_menu()
{

document.write('<table border="0" cellspacing="0" cellpadding="0" width="956" height="26" bgcolor="#C0C0C0"><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-sem style=\'cursor: hand\' href='+lien[i]+' onmouseover="'+overplus+'" onmouseout="'+outplus+'">'+texte[i]+'</a></td>')
		if (i < 6)	document.write('<td class="menu-sem" 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>');

}












affiche_menu()





