<!-- debut du script
var g1 = ""; var g2 = ""; var menumax=3;
nom = new Array(menumax); titre = new Array(menumax);
nom[0] = "aigarela.html";    titre[0] = "Aïgarela";
nom[1] = "chocos.html";      titre[1] = "Les chocolats blancs";
nom[2] = "zinga-zanga.html"; titre[2] = "Zinga-Zanga";


document.write("&nbsp; &nbsp;");
for(i=0;i<menumax;i++) 
  { compare(i);  document.write("<LI><A HREF=",nom[i],">",g1,titre[i],g2,"</A></LI>");}

function compare(a)
{if (document.location.pathname.indexOf(nom[a])!=-1)
{g1="<i><b><FONT size=+1 color=#3333FF>"; g2="</FONT></i></b>";}
   else {g1 = "<b><FONT size=+1 color=#0000AA>"; g2="</FONT></b>";} }
// fin du script-->
