
function affiche_menu()
{

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

for (i=-1; i < 7; i++) { 
	if (texte[i] != "no") 
	{
		if (i == 5) 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-mercedes" align="center"><a '+target+' class=menu-mercedes style=\'cursor: hand\' href='+lien[i]+' onmouseover="'+overplus+'" onmouseout="'+outplus+'">'+texte[i]+'</a></td>')
		if (i < 6)	document.write('<td class="menu-mercedes" width="20" >|</td>')
		if (hasSub[i] == false) {
		} 
	}

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

}









affiche_menu()



submenu2 = "<table border=0  cellspacing=0 cellpadding=0><tr><td width=\"220\">&nbsp;</td><td width=80 ><table cellpadding=0 cellspacing=1 border=0 width=80><tr  height=18><td  id=TR1 class=TR_Normal_caterpillar onMouseOver=\"Change(1,\'Over\');\" onMouseOut=\"Change(1,\'Out\');\"><a class=l_menu href=?rub=Camions> Camions</a></td></tr><tr  height=18><td  id=TR2 class=TR_Normal_caterpillar onMouseOver=\"Change(2,\'Over\');\" onMouseOut=\"Change(2,\'Out\');\"><a class=l_menu href=href=?rub=Bus> Bus</a></td></tr></table></td><td width=\"342\">&nbsp;</td></tr></table>"

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


