/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=13;			// Number of first level items
	var LowBgColor='#CC0000';			// Background color when mouse is not over
	var LowSubBgColor='#304770';		// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='gray';			// Background color when mouse is over on subs
	var FontLowColor='White';			// Font color when mouse is not over
	var FontSubLowColor='gray';			// Font color subs when mouse is not over
	var FontHighColor='gray';			// Font color when mouse is over
	var FontSubHighColor='white';		// 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="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				        // Font size menu items
	var FontBold=1;				        // Bold menu items 1 or 0
	var FontItalic=0;				    // Italic menu items 1 or 0
	var MenuTextCentered='left';		// 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=329;				    // Menu offset x coordinate
	var StartLeft=16;				    // Menu offset y coordinate
	var VerCorrect=0;				    // Multiple frames y correction
	var HorCorrect=0;				    // Multiple frames x correction
	var LeftPaddng=4;				    // Left padding
	var TopPaddng=2;				    // Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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='';				    // 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=0;			    // menu tree checking on or off 1 or 0
	var ShowArrow=1;				    // Uses arrow gifs when 1
	var KeepHilite=1;				    // Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// 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("Jardin Enfants","jardin.html","",3,20,135);
    	Menu1_1=new Array("Les horaires et tarifs","jardin.html#tar","",0,20,150);	
		Menu1_2=new Array("Famille Plus","jardin.html#plus","",0);
		Menu1_3=new Array("Les conseils","jardin.html#cons","",0);

Menu2=new Array("Cours collectifs ski","collectif.html","",2);
	Menu2_1=new Array("Pour les enfants","collectif.html#enf","",3,20,150);	
		Menu2_1_1=new Array("Les horaires et tarifs","collectif.html#enf","",0,20,150);
		Menu2_1_2=new Array("Formule déclic","collectif.html#dec","",0);
        Menu2_1_3=new Array("Les niveaux","collectif.html#nivenf","",0);
	Menu2_2=new Array("Pour les adultes","collectif.html#adu","",2,20,200);
		Menu2_2_1=new Array("Les horaires et tarifs","collectif.html#adu","",0,20,150);
		Menu2_2_2=new Array("Les niveaux","collectif.html#nivadu","",0);

Menu3=new Array("Le Snowboard","snowboard_fr.html","",3);
	Menu3_1=new Array("Cours collectifs","snowboard_fr.html#coll","",2,20,150);
		Menu3_1_1=new Array("Les horaires et les tarifs","snowboard_fr.html#hor","",0,20,150);
		Menu3_1_2=new Array("Le contenu des cours","snowboard_fr.html#cont","",0);	    
	Menu3_2=new Array("Leçons particulières","snowboard_fr.html#part","",0);
	Menu3_3=new Array("Les niveaux","snowboard_fr.html#niv","",0);
	
Menu4=new Array("Leçons particulières","particulier.html","",3);
	Menu4_1=new Array("Les cours particuliers","particulier.html","",0,20,150);
	Menu4_2=new Array("Horaires et tarifs","particulier.html#hor","",0);
	Menu4_3=new Array("Handisport  Handiski","particulier.html#handi","",0);

Menu5=new Array("Moniteur personnel","engagements.html","",3);
	Menu5_1=new Array("Ski et Snowboard","engagements.html","",3,20,140);
		Menu5_1_1=new Array("A la carte","engagements.html","",0,20,150);
	    Menu5_1_2=new Array("Les tarifs","engagements.html#tar","",0,20,150);
	    Menu5_1_3=new Array("Tour du Grand massif","engagements.html#tour","",0,20,150);	
	Menu5_2=new Array("Montagne","engagements.html#rando","",3,20,140);
		Menu5_2_1=new Array("La randonnée","engagements.html#rando","",0,20,150);
	    Menu5_2_2=new Array("Cascade de glace","engagements.html#cas","",0);
	    Menu5_2_3=new Array("Vallée blanche","engagements.html#val","",0);	
	Menu5_3=new Array("Héliski","engagements.html#heli","",0);
	
Menu6=new Array("Les stages","stages.html","",4);
		Menu6_1=new Array("Stages compétition","stages.html","",0,20,150);
		Menu6_2=new Array("Spécial Groupes","stages.html#groupe","",0);
	    Menu6_3=new Array("Organisation de courses","stages.html#org","",0);
	    Menu6_4=new Array("Test de l'ESF","stages.html#test","",0);
	
Menu7=new Array("Fond et raquettes","skidefond.html","",2);
	Menu7_1=new Array("Ski de fond","skidefond.html","",0,20,140);
    Menu7_2=new Array("Raquettes à neige","skidefond.html#raq","",0,20,140);
    
Menu8=new Array("Classes de neige","ecole.html","",3);
	Menu8_1=new Array("Contenu des cours","ecole.html","",0,20,140);
    Menu8_2=new Array("Descriptif","ecole.html#des","",0);  
    Menu8_3=new Array("Exemples","ecole.html#exe","",0); 
	
Menu9=new Array("Les promotions","promotions.html","",3);
	Menu9_1=new Array("Produits tout compris","promotions.html","",0,20,140);
	Menu9_2=new Array("Promotions familles","promotions.html#fam","",0,20,140);
	Menu9_3=new Array("Promotions à la saison","promotions.html#saison","",0,20,140);

Menu10=new Array("Les réservations","reservation.html","",2);
	Menu10_1=new Array("La vente en ligne","reservation.html#vente","",2,20,140);
	    Menu10_1_1=new Array("Généralités","reservation.html#vente","",0,20,140);
	    Menu10_1_2=new Array("Réservez maintenant","http://www.vente-en-ligne-esf.com/samoens/","",0,20,140);
	Menu10_2=new Array("Formulaires de réservation","reservation.html#form","",0,20,140);
	
Menu11=new Array("Contactez nous","","",3);
	Menu11_1=new Array("Secrétariat","mailto:info@esfsamoens.com","",0,20,140);
	Menu11_2=new Array("Directeur","mailto:direction@esfsamoens.com","",0,20,140);
	Menu11_3=new Array("Webmaster","mailto:webmaster@esfsamoens.com","",0,20,140);
	
Menu12=new Array("Les partenaires ESF","partenaires.html","",0);
	
Menu13=new Array("Pages d'accueil","http://www.esfsamoens.com","",4);
	Menu13_1=new Array("En français","http://www.esfsamoens.com/accueil.html","",0,20,140);
	Menu13_2=new Array("In English","http://www.esfsamoens.com/gb/index.html","",0,20,140);
	Menu13_3=new Array("Auf Deutsch","http://www.esfsamoens.com/germ/index.html","",0,20,140);
	Menu13_4=new Array("En Neerlandais","http://www.esfsamoens.com/ned/index.html","",0,20,140);
	


	
	
	
	
	
	