
function affiche_menu()
{

document.write('<table border="0" cellspacing="0" cellpadding="0" width="630"><tr>');

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

}
document.write('</tr></table>');

}








left5 = 69
document.write('<div id=sub1 style="position: absolute; top: 21; left: '+ left5 +'; z-index:70; visibility: hidden">'+submenu1+'</div>');
left5 = 189
document.write('<div id=sub2 style="position: absolute;  top: 21; left: '+ left5 +'; z-index:70; visibility: hidden">'+submenu2+'</div>');
left5 = 403
document.write('<div id=sub4 style="position: absolute;  top: 21; left: '+ left5 +'; z-index:70; visibility: hidden">'+submenu4+'</div>');





affiche_menu()





