// Génération du menu avec onglets
window.document.writeln("<table border=0 cellPadding=0 cellSpacing=0 width='100%'>");
//window.document.writeln("<tr><td class='fond' height=90><a href='index.php'><img src='image/logo.gif' height=80 width=300 border=0></a></td></tr>");

window.document.writeln("<tr><td class='fondbleu' height=80 align='center'><a href='index.php'><img src='../image/logo.gif' border=0></a></td></tr>");
window.document.writeln("<tr><td class='fondbleu' height=20>");
window.document.writeln("<table height=26 border=0 cellPadding=0 cellSpacing=0><tr>");

var nom , lien ;

nom = [ 2 , "Accueil" , 2 , "Histoire" , 2 , "Magasin" , 2 , "Information" , 
	40 , "A la carte" , 2 , "Assortiment" , 2, "Entreprises", 2 , "Noël 11" , 
//	2, "Hediard", 
	2, "Pâques 11"
//	2, "Mariages"
	];
	
lien = [ 0 , 'Index.php' , 0 , 'histoire.php' , 0 , 'magasin.php' , 0 , 'information.php' , 
	0 , 'alacarte.php' , 0 , 'assortiment.php?type=Ballotin&Rayon=Leonidas' , 0, 'assortiment.php?Societe=true', 
	0 , 'assortiment.php?type=Noel',
//	0 , 'assortiment.php?type=Compo&Rayon=Hediard',
	0 , 'assortiment.php?type=Paques'
//	0 , 'mariages.php'
	];
	
onglet( nom , lien );

// Mini-barre de navigation
window.document.writeln("</tr></table></td></tr>");
window.document.writeln("<tr><td class='menu' height=20>");
window.document.writeln("<script language='JavaScript'>");
window.document.writeln("	if (txtmenu != '') {");
window.document.writeln("		document.write(txtmenu);");
window.document.writeln("	}");
window.document.writeln("</script>");
window.document.writeln("</td></tr>");
window.document.writeln("</table>");

