// © Andy Woolley (menu3@milonic.com) - http://www.milonic.co.uk/menu
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

timegap=500		// DELAI POUR QUE LE MENU DEVIENNE VISIBLE
followspeed=5		// VITESSE DE DEFILEMENT
followrate=50		// TAUX DE DEFILEMENT
suboffset_top=-3	// POSITION TOP DES SOUS-MENUS
suboffset_left=2	// POSITION LEFT DES SOUS-MENUS

Chappell01=[
"003366",	// COULEUR DU TEXTE
"FFFFFF",	// COULEUR DU FOND (0 pour transparent avec Netscape 6)
"000000",	// COULEUR DU TEXTE ONMOUSEOVER
"CCEBFF",	// COULEUR DU FOND ONMOUSEOVER
"99CCFF",	// COULEUR DE LA BORDURE
"11",		// TAILLE DU TEXTE
"normal",	// STYLE DU TEXTE (italic or normal)
"normal",	// STYLE 2 DU TEXTE (bold or normal)
"Verdana",	// POLICE DU TEXTE
2,	// PADDING ENTRE LES TEXTES
,	// IMAGE DES SOUS-MENUS
0,	// BORDURE ET SEPARATEUR 3D
,	// 3D HIGH COLOR
,	// 3D LOW COLOR
,	// Current Page Item Font Color (leave this blank to disable)
,	// Current Page Item Background Color (leave this blank to disable)
,	// Top Bar image (Leave this blank to disable)
,	// Menu Header Font Color (Leave blank if headers are not needed)
,	// Menu Header Background Color (Leave blank if headers are not needed)
,	// Menu Item Separator Color
]

addmenu(menu=[
"MainMenu",
210,		// MENU TOP - POSITION TOP DU MENU EN PIXELS
50,		// MENU LEFT - POSITION LEFT DU MENU EN PIXELS
200,		// LARGEUR DU MENU EN PIXELS
1,		// LARGEUR DE LA BORDURE DU MENU
,		// POSITION - UTILISEZ "center;left;right;middle;top;bottom" OU UNE COMBINAISON "center:middle"
Chappell01,
1,			// TOUJOURS VISIBLE - 1 = ON et 0 = OFF
,			// ALIGNEMENT DU TEXTE
" fade(duration=0.4)",	// FILTRE
1,			// FOLLOW - 1 = ON et 0 = OFF
0,			// MODE HORIZONTAL - 1 = ON et 0 = OFF
0,			// PRIORITE - 1 = OFF et 0 = ON
,			// IMAGE TOP - POSITION DE L'IMAGE DES SOUS-MENUS left:center:right
,			// LARGEUR DU MODE HORIZONTAL - JUSQU'A 100%
0,			// INVERSION DROITE/GAUCHE - pour l'hébreux ou l'arabe (1=on or 0=off)
0,			// ONCLICK - fait apparaître les menus par clic (1=on or 0=off)
,			// ID DE LA DIV A CACHER ONMOUSEOVER (s'il y en a une)
,			// IMAGE DE FOND
0,			// MENU SCROLLABLE

"margin=4;",
,"Accueil","index.html",,"Accueil",0
,"Notre Passion<hr>","passion.html",,"Notre Passion",0
,"<b>:: Notre gamme de produits ::</b>","#",,"Notre gamme de Produits",0
,"Appât préféré des poissons","appat.html",,"Appât préféré des poissons",0
,"Gamme ASTICOTS &nbsp;<img src=image/arrow.gif border=0 width=40>","show-menu=dossier1","# swapimage=image/arrow.gif","Gamme ASTICOTS",0
,"Gamme VERS DE TERRE &nbsp;<img src=image/arrow.gif border=0 width=40>","show-menu=dossier2","# swapimage=image/arrow.gif","Gamme VERS DE TERRE",0
,"Gamme SPECIALE TRUITE &nbsp;<img src=image/arrow.gif border=0 width=40>","show-menu=dossier3","# swapimage=image/arrow.gif","Gamme SPECIALE TRUITE",0
,"<b>Et aussi...</b>","etaussi.html",,"Et aussi...",0
,"Température optimale de Conservation<hr>","temperature.html",,"Température optimale de Conservation",0
,"Ajoutez &agrave; vos favoris","javascript:AjoutFavo()",,"Ajoutez le site dans vos favoris ",0
,"Recommandez le site","javascript:recommander()",,"Recommandez le site avec votre messagerie",0
,"Nous contacter","contact.html",,"Comment nous contacter ?",0
])

addmenu(menu=[
"dossier1",
,
,
200,
1,
,
Chappell01,
0,
,
"fade(duration=0.4);Shadow(color=aaaaaa,Direction=115,Strength=4)",
0,
0,
0,
,
,
0,
0,
,
,
0,
"margin=4;",
,"La fifise","fifise.html",,"La fifise",0
,"Les squatts","squatts.html",,"Les squatts",0
,"Asticot","asticot.html",,"Asticot",0
,"Le gozzer","gozzer.html",,"Le gozzer",0
,"Le caster","caster.html",,"Le caster",0
,"La pinkie","pinkie.html",,"La pinkie",0
,"Arc-en-ciel","arcenciel.html",,"Arc-en-ciel",0
])

addmenu(menu=[
"dossier2",
,
,
150,
1,
,
Chappell01,
0,
,
"fade(duration=0.4);Shadow(color=aaaaaa,Direction=115,Strength=4)",
0,
0,
0,
,
,
0,
0,
,
,
0,
"margin=4;",
,"Le canadien","canadien.html",,"Le canadien",0
,"Le tête noire","tetenoire.html",,"Le tête noire",0
,"Le dendros","dendros.html",,"Le dendros",0
,"Le ver de terreau","verdeterreau.html",,"Le ver de terreau",0
])

addmenu(menu=[
"dossier3",
,
,
150,
1,
,
Chappell01,
0,
,
"fade(duration=0.4);Shadow(color=aaaaaa,Direction=115,Strength=4)",
0,
0,
0,
,
,
0,
0,
,
,
0,
"margin=4;",
,"Le ver de farine","verdefarine.html",,"Le ver de farine",0
,"La teigne","teigne.html",,"La teigne",0
,"Le morio","morio.html",,"Le morio",0
,"Le tébo","tebo.html",,"Le tébo",0
])



dumpmenus();

