// The following line is critical for menu operation, and must appear only once.
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)}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


timegap=500
followspeed=5
followrate=40
suboffset_top=15;
suboffset_left=20;
effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

hlp=[						// hlp is an array of properties you can have as many property arrays as you need
"ffffff",					// Off Font Color
"336699",					// Off Back Color
"000000",					// On Font Color
"ff9933",					// On Back Color
"ffff00",					// Border Color
16,						// Font Size
"normal",					// Font Style
"bold",					// Font Weight
"arial,verdana,helvetica",	// Font
3,						// Padding
"images/arrow.gif",			// Sub Menu Image
,						// 3D Border & Separator
"ffffff",					// 3D High Color
"ffffff"					// 3D Low Color
]

addmenu(menu=["menu1",				// this is the array that contains your menu properties and details
0,							// Top
130,							// left
120,							// Width
2,							// Border Width
"center",							// Screen Position - here you can use "center;middle;right"
hlp,							// Properties Array - as above
1,							// Always Visible - allows the menu item to be visible at all time
"center",						// Alignment - sets the menu elements alignment, HTML values are valid here
effect,						// Filter - Text variable for setting transitional effects on menu activation
1,							// Follow Scrolling - Tells this menu item to follow the user down the screen
1, 							// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere
,,,,,,,,						// Reserved
,							// Reserved
"Accueil","indexf.html",,,0,
"Description","description.html",,,0,
"Tarif","tarif.html",,,0,
"F.A.Q.","faq.html",,,0,
"Disponibilité","reserv.html",,,0,
"English","indexe.html",,,1
])

addmenu(menu=["dispo",
	,520,70,1,"",hlp,,"center",effect,,,,,,,,,,,,,
	"2005","2005.html",,,1,
	"2006","2006.html",,,1
	])

addmenu(menu=["services",
	,,70,2,"",hlp,,"center",effect,,,,,,,,,,,,,
	"Tous les chalets","servicesf.htm",,,1,
	"Chalet 1","chalet1.htm",,,1,
	"Chalet 2","chalet2.htm",,,1,
	"Chalet 3","chalet3.htm",,,1,
	"Chalet 4","chalet4.htm",,,1,
	"Chalet 7","chalet7.htm",,,1,
	"Chalet 8","chalet8.htm",,,1,
	"Camping","camping.htm",,,1,
	"Synthèse des prix","prixf.htm",,,1
	])

//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file


