
function affiche_menu()
{

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('<div style=\"position: absolute;z-index:50;left: '+left[i]+';top: '+top1[i]+';border-style: none\"><a class=l2 style=\'cursor: hand\' href='+lien[i]+' onmouseover="'+overplus+'" onmouseout="'+outplus+'">'+texte[i]+'</a></div>')
		if (hasSub[i] == false) {
		} 
	}

}
}








left5 = 165
document.write('<div id=sub1 style="position: absolute;  top: 50; left: '+ left5 +'; z-index:70; visibility: hidden">'+submenu1+'</div>');
left5 = 424
document.write('<div id=sub3 style="position: absolute;  top: 50; left: '+ left5 +'; z-index:70; visibility: hidden">'+submenu4+'</div>');
left5 = 550
document.write('<div id=sub4 style="position: absolute;  top: 50; left: '+ left5 +'; z-index:70; visibility: hidden">'+submenu3+'</div>');
left5 = 677
document.write('<div id=sub5 style="position: absolute;  top: 50; left: '+ left5 +'; z-index:70; visibility: hidden">'+submenu5+'</div>');





affiche_menu()






