	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='C7D3E5';			// Background color when mouse is not over
	var LowSubBgColor='#ceceff';			// Background color when mouse is not over on subs
	var HighBgColor='#FDF8DA';			// Background color when mouse is over
	var HighSubBgColor='#FDF8DA';			// Background color when mouse is over on subs
	var FontLowColor='#303468';			// Font color when mouse is not over
	var FontSubLowColor='#303468';			// Font color subs when mouse is not over
	var FontHighColor='#303468';			// Font color when mouse is over
	var FontSubHighColor='purple';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=1;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='menu';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=1;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	var Arrws=['menu/tri.gif',4,8,'menu/tridown.gif',8,4,'menu/trileft.gif',4,8];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

function nllefenetre(rubrique){
	rubrique=window.open("php/index.php?rubrique="+rubrique+"","nllefenetre");
	rubrique.focus();
}

function meilleures(){
	meilleures=window.open("php/index.php?rubrique=Top30&search=on&keywords=top30","nllefenetre");
	meilleures.focus();
}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Accueil","index.php","",0,20,107);

Menu2=new Array("Hébergements","","",6,20,108);
	Menu2_1=new Array("Gîte de France (2 épis)","gite-de-france.htm","",0,20,200);
	Menu2_2=new Array("Appt. mezzanine & jardin n°6","gite-n6.htm","",0,20,200);
	Menu2_3=new Array("Appt. mezzanine & jardin n°7","gite-n7.htm","",0,20,200);
	Menu2_4=new Array("Appt. avec jardin n°45","gite-n45.htm","",0,20,200);
	Menu2_5=new Array("Studio mansardé n°3","gite-n3.htm","",0,20,200);
	Menu2_6=new Array("Studio n°1/2","gite-n12.htm","",0,20,200);
	
Menu3=new Array("Tarifs","tarifs-et-promotions.htm","",0,20,108);	

Menu4=new Array("Loisirs","","",5,20,108);
	Menu4_1=new Array("Visites","","",7,20,133);
		Menu4_1_1=new Array("Musées","loisirs-visites-musees.htm","",0,20,153);
		Menu4_1_2=new Array("Débarquement","loisirs-visites-debarquement.htm","",0,20,153);
		Menu4_1_3=new Array("Châteaux et manoirs","loisirs-visites-chateaux.htm","",0,20,153);
		Menu4_1_4=new Array("Edifices divers","loisirs-visites-edifices.htm","",0,20,153);
		Menu4_1_5=new Array("Villages typiques","loisirs-visites-villages.htm","",0,20,153);
		Menu4_1_6=new Array("Eglises","loisirs-visites-eglises.htm","",0,20,153);
		Menu4_1_7=new Array("Insolite","loisirs-visites-insolite.htm","",0,20,153);
	Menu4_2=new Array("Sport","","",15,20,133);
		Menu4_2_1=new Array("Vélo - VTT","loisirs-sport-velo.htm","",0,20,153);
		Menu4_2_2=new Array("Sports mécaniques","loisirs-sport-auto.htm","",0,20,153);
		Menu4_2_3=new Array("Sports équestres","loisirs-nature-equitation.htm","",0,20,153);
		Menu4_2_4=new Array("Bases de loisirs","loisirs-sport-base.htm","",0,20,153);
		Menu4_2_5=new Array("Billard-Bowling","loisirs-sport-billard.htm","",0,20,153);
		Menu4_2_6=new Array("Canoe Kayak","loisirs-sport-canoe.htm","",0,20,153);
		Menu4_2_7=new Array("Golf","loisirs-sport-golf.htm","",0,20,153);
		Menu4_2_8=new Array("Mini-golf","loisirs-sport-minigolf.htm","",0,20,153);
		Menu4_2_9=new Array("Natation Plongée","loisirs-sport-natation.htm","",0,20,153);
		Menu4_2_10=new Array("Sports nautiques","loisirs-sport-nautiques.htm","",0,20,153);
		Menu4_2_11=new Array("Paintball","loisirs-sport-paintball.htm","",0,20,153);
		Menu4_2_12=new Array("Sports aériens","loisirs-sport-avion.htm","",0,20,153);
		Menu4_2_13=new Array("Saut à l'élastique","loisirs-sport-saut.htm","",0,20,153);
		Menu4_2_14=new Array("Skateboard-Rollers","loisirs-sport-rollers.htm","",0,20,153);
		Menu4_2_15=new Array("Tir à l'arc","loisirs-sport-tir.htm","",0,20,153);
	Menu4_3=new Array("Nature","","",10,20,133);
		Menu4_3_1=new Array("Zoos","loisirs-nature-zoos.htm","",0,20,153);
		Menu4_3_2=new Array("Aquarium, vivariums","loisirs-nature-aquarium.htm","",0,20,153);
		Menu4_3_3=new Array("Equitation","loisirs-nature-equitation.htm","",0,20,153);
		Menu4_3_4=new Array("Fermes pédagogiques","loisirs-nature-fermes.htm","",0,20,153);
		Menu4_3_5=new Array("Haras","loisirs-nature-haras.htm","",0,20,153);
		Menu4_3_6=new Array("Naturisme","loisirs-nature-naturisme.htm","",0,20,153);
		Menu4_3_7=new Array("Parcs et jardins","loisirs-nature-jardins.htm","",0,20,153);
		Menu4_3_8=new Array("Pêche","loisirs-nature-peche.htm","",0,20,153);
		Menu4_3_9=new Array("Promenades maritimes","loisirs-nature-promaritime.htm","",0,20,153);
		Menu4_3_10=new Array("Randonnées","loisirs-nature-randonnees.htm","",0,20,153);
	Menu4_4=new Array("Détente","","",3,20,133);
		Menu4_4_1=new Array("Thalasso","loisirs-detente-thalasso.htm","",0,20,153);
		Menu4_4_2=new Array("Parcs de loisirs","loisirs-detente-parcs.htm","",0,20,153);
		Menu4_4_3=new Array("Ventes aux enchères","loisirs-detente-encheres.htm","",0,20,153);	
	Menu4_5=new Array("Traditions","","",8,20,133);
		Menu4_5_1=new Array("Ostreiculture","loisirs-tradition-moules.htm","",0,20,153);
		Menu4_5_2=new Array("Fromage","loisirs-tradition-fromage.htm","",0,20,153);
		Menu4_5_3=new Array("Cidre","loisirs-tradition-cidre.htm","",0,20,153);
		Menu4_5_4=new Array("Calvados","loisirs-tradition-calvados.htm","",0,20,153);
		Menu4_5_5=new Array("Bières","loisirs-tradition-biere.htm","",0,20,153);
		Menu4_5_6=new Array("Mines de fer et houille","loisirs-tradition-mines.htm","",0,20,153);
		Menu4_5_7=new Array("Poteries","loisirs-tradition-poteries.htm","",0,20,153);
		Menu4_5_8=new Array("Divers","loisirs-tradition-divers.htm","",0,20,153);		

Menu5=new Array("Liens","liens.htm","",0,20,108);

Menu6=new Array("Localisation","localisation.htm","",0,20,107);

