//----------------------------------------------------------------------
// © Mosquito -  contact@mosquitoweb.fr
// Creation du menu principal gauche de l'accueil
// Rubriques non developpees
//----------------------------------------------------------------------

menuFZB ='<table width="100%"  border="0" cellspacing="8" cellpadding="0">';
for (i=1; i<=Rubrique.length-1; i++) {
	//menuFZB += '<tr><td><p><a href="acc-' +Rubrique[i][1] +'.html" class="menuG">' +Rubrique[i][0] +'</a></p></td></tr>';
	menuFZB += '<tr><td><p><a href="acc-' +Rubrique[i][1] +'.html" class="menuG">' +Rubrique[i][0] +'</a></p></td></tr>';
}
  
menuFZB += '</table>'

document.write(menuFZB);

