menuhz  = 0          //1:menu horizontal  0:menu vertical
bgcolor ='#000000';  //Couleur arrière
bgcolor2='#838387';  //Couleur arrière surbrillance
bgcolor3='#C0C0C0';  //Couleur bordure
bgcolor4='#00ccff';  //Couleur texte
largeur = 160
hauteur = 320
i       = 0
menup = new Array;
menup[i++]='<div align="center"><font COLOR="#ffffff" size="2,5"><b>Menu</b></FONT></div>'; menup[i++]='#';
menup[i++]='Accueil';               menup[i++]='index.htm';
menup[i++]='Présentation';          menup[i++]='present.htm';
menup[i++]='Le dalmatien';          menup[i++]='ledalmat.htm';
menup[i++]='<div align="left" BGCOLOR="#000000"><img src="images/chien-e1.jpg" align="absmiddle" border="0"/><font COLOR="#00ccff"> <u>Nos dalmatiens</u></FONT></div>';       menup[i++]='dalmatiens.htm';
menup[i++]='Le staffie';            menup[i++]='lestaffie.htm';
menup[i++]='<div align="left" BGCOLOR="#000000"><img src="images/staffie1e.jpg" align="absmiddle" border="0"/><font COLOR="#00ccff"> <u>Notre staffie</u></FONT></div>';    menup[i++]='staffie.htm';
menup[i++]='Les Chiots';            menup[i++]='chiots.htm';
menup[i++]='Les Galeries';          menup[i++]='galerie-bb.htm';
menup[i++]='Liens';                 menup[i++]='liens.htm';
menup[i++]='Livre d Or';            menup[i++]='livredor.php';
menup[i++]='Contact';              menup[i++]='contact.htm';
menup[i++]='Webmaster';             menup[i++]='webmaster.htm';


document.write('<style>.ejsmenu {color:'+bgcolor4+'; cursor:hand;cursor:pointer}</style>')
document.write('<DIV ID=menu><TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 BGCOLOR='+bgcolor3+' WIDTH='+(menuhz?largeur*menup.length/2:largeur) +' HEIGHT='+hauteur+'><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT='+hauteur+'>'+(menuhz?'<tr>':''))
for(pass=0;pass<menup.length;pass+=2) document.write((menuhz?"":"<tr>")+"<TD WIDTH="+largeur+" ALIGN=left BGCOLOR="+bgcolor+" onMouseDown='location.href=\""+menup[pass+1]+"\"' onMouseOver='this.style.background=\""+bgcolor2+"\"' onMouseOut='this.style.background=\""+bgcolor+"\"' CLASS=ejsmenu><FONT SIZE=1,5 FACE=Verdana>"+menup[pass]+"</FONT></TD>")
document.write('</tr></TABLE></TD></TR></TABLE></DIV>')