
function affiche_menu()
{

document.write('<table border="0" cellspacing="0" cellpadding="0" width="956" height="25" bgcolor="#FFCC00"><tr><td align="center"><table border="0" cellspacing="0" cellpadding="0" width="895" height="25" bgcolor="#FFCC00"><tr>');

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

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

}













affiche_menu()





