/*
SCRIPT 
*/
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=136, Strength=5)"
timegap=500			
followspeed=5		
followrate=40		
suboffset_top=10;	 
suboffset_left=10;	
closeOnClick = true

style1=[			
"white",
"#5B002E",	// couleur de la cellule 1er niveau - menu
"#FDBE00",	// couleur de la police 1er niveau au passage de la souris
"#807255",	// couleur de la cellule au passage de la souris
"#CCCCCC",	// couleur de la bordure
12,			// Taille de la police de caractère 1er niveau
"normal",	
"normal",	// Epaisseur de la police de caractère 1er nivau : normal, bold, italique			
"helveltica, Arial",	// police de caractère	
3,			// Hauteur des cartouches du menu, 1er niveau		
"",			// image fleche accès menu déroulant du 2ème niveau : arrow.gif		
0,			// Epaisseur accentués des traits entre chaque cartouche 1=oui 0=non
"000000",			
"#993333",
"FFFFFF",			
"0078BF",				
"",			// image fleche accès 2ème niveau : arrowdn.gif	
"000000",	
"000000",	
"",				
]


addmenu(menu=[		
"mainmenu",			
165,	// positionnement vertical du menu dans la page en pixels		
198,			
147,	// taille de la cartouche 1er niveau	
0,		// bordure du menu 1er niveau
"center",	// positionnement horizontal du menu dans la page : gauche, droite, centrer - Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,			
1,			
"Center",	
,		// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,		// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 		// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,		// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,		// Position of TOP sub image left:center:right
,		// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
0,		// Right To Left - Used in Hebrew for example. (1=on/0=off)
,		// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,		// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,		// Background image for menu when BGColor set to transparent.
,		// Scrollable Menu
,		// Reserved for future use

,"~ Home","index.html",,"",0
,"~ Domaine Viticole","show-menu=domaine",,"",0
,"~ Le Camping","show-menu=camping",,"Domaine et camping les favards",0 
,"~ Actualités","page_actu/actu.php",,"",0
,"~ Contact","show-menu=contact",,"",0
])
	addmenu(menu=["domaine",
	,,184,0,"",style1,,"left","",,,,,,,,,,,,
	,"° Présentation du domaine","presentation_domaine.htm",,"Domaine et camping les favards",1	
	,"° Les Cuvées","cuvees.htm",,"Domaine et camping les favards",1
	,"° Les Tarifs & Livraisons","tarifs.htm",,"Domaine et camping les favards",1
	,"° Contact","contact.htm",,"Domaine et camping les favards",1
	])

	addmenu(menu=["camping",
	,,184,0,"",style1,,"left","",,,,,,,,,,,,
	,"° Présentation du camping","presentation_camping.htm",,"Domaine et camping les favards",1
	,"° Descriptif du camping","camping.htm",,"Domaine et camping les favards",1
	,"° Contact","contact.htm",,"Domaine et camping les favards",1
	])

	addmenu(menu=["contact",
	,,147,0,"",style1,,"left","",,,,,,,,,,,,
	,"° Coordonnées","contact.htm",,"Domaine et camping les favards",1
	])

dumpmenus()