 /***********************************************
*	(c) Ger Versluis 2000 version 13.10 August 1, 2004       *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=10;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#ff9700";			// Background color when mouse is not over #ff9700
	var HighBgColor="#fed865";			// Background color when mouse is over #ffcc33
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="#006633";			// Font color when mouse is over
	var BorderColor="";			// Border color #ffcc66
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily="verdana,tahoma,arial";	// Font family menu items
	var FontSize=11;				// 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 can be: left, center, right
	var MenuVerticalCentered="top";	// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;		// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=0;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=4;				// Left padding
	var TopPaddng=4;			// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=0;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=0;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";		// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links.
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/Myblank.htm",
						// the script renders to: "http://www.MyDomain/subdir/Myfile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=["nav/tri.gif",17,10,"nav/tridown.gif",10,5,"nav/trileft.gif",5,10,"nav/triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=2;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=0;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

	var MenuSlide="";
	
	var MenuShadow="";
	
	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=85)";

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

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("","","nav/nav1.gif",0,40,140,"","","","","","",-1,-1,-1,"","");

Menu2=new Array("Accueil","http://www.atmos.ch","rollover?"+"nav/nav2.gif?"+"nav/nav2_ov.gif",0,20,140,"","","","","","",-1,-1,-1,"","Retour à la page d'accueil du site atmos");
	
Menu3=new Array("Présentation","","rollover?"+"nav/nav3.gif?"+"nav/nav3_ov.gif",5,20,140,"","","","","","",-1,-1,-1,"","Présentation du centre atmos: philosophie, fondateurs, centre atmos");
	Menu3_1=new Array("Andréas Procacci","andreas.htm","",0,20,200,"#330033","","#ffccff","","","",-1,-1,-1,"","");	
	Menu3_2=new Array("Centre Atmos","locaux.htm","",0,20,200,"#660066","","#ffccff","","","",-1,-1,-1,"","");	
	Menu3_3=new Array("Naturopathie","naturopathie.htm","",0,20,200,"#660099","","#ffccff","","","",-1,-1,-1,"","");	
	Menu3_4=new Array("Reboutement","reboutement.htm","",0,20,200,"#6600cc","","#ffccff","","","",-1,-1,-1,"","");
	Menu3_5=new Array("Fondateurs","fondateurs.htm","",0,20,200,"#6633ff","","#ffccff","","","",-1,-1,-1,"","");

Menu4=new Array("Bilans & Conseils","","rollover?"+"nav/nav4.gif?"+"nav/nav4_ov.gif",3,20,40,"","","","","","",-1,-1,-1,"","Naturopathie: andreas procacci, bilans de santé, conseils de santé, détoxication, thérapies énergétiques, thérapies manuelles, massages, massages thérapeutiques, massage non médicaux");
	Menu4_1=new Array("Bilan de Santé","bilan_sante.htm","",1,20,200,"#6699ff","","#000066","","","",-1,-1,-1,"","");
		Menu4_1_1=new Array("Iridologie","iridologie.htm","",0,20,200,"#6699ff","","#000066","","","",-1,-1,-1,"","");
	Menu4_2=new Array("Guide de Santé","guide_sante.htm","",11,20,0,"#0033ff","","#CCCCFF","","","",-1,-1,-1,"","");
		Menu4_2_1=new Array("L'Eau","eau.htm","",0,20,180,"#0033ff","","#CCCCFF","","","",-1,-1,-1,"","");	
		Menu4_2_2=new Array("Nutrition","nutrition.htm","",0,20,180,"#0033ff","","#CCCCFF","","","",-1,-1,-1,"","");	
		Menu4_2_3=new Array("Huiles Végétales","Huiles_vegetales_proprietes.htm","",0,20,200,"#0033ff","","#CCCCFF","","","",-1,-1,-	1,"","");
		Menu4_2_4=new Array("Pensées Positives","Pensees_positives.htm","",0,20,180,"#0033ff","","#CCCCFF","","","",-1,-1,-1,"","");	
		Menu4_2_5=new Array("La Santé au XXIè Siècle","Vie_Moderne.htm","",0,20,200,"#0033ff","","#CCCCFF","","","",-1,-1,-1,"","");	
		Menu4_2_6=new Array("Retraite & Epanouissement","retraite.htm","",0,20,200,"#0033ff","","#CCCCFF","","","",-1,-1,-	1,"","");
		Menu4_2_7=new Array("Equilibre Acido-Basique","equilibrage_pH.htm","",0,20,200,"#0033ff","","#CCCCFF","","","",-1,-1,-1,"","");	
		Menu4_2_8=new Array("Le Corps Empoisonné","Vigitox.htm","",0,20,200,"#0033ff","","#CCCCFF","","","",-1,-1,-1,"","");	
		Menu4_2_9=new Array("Aliments Toxiques","aliments_toxiques.htm","",0,20,200,"#0033ff","","#CCCCFF","","","",-1,-1,-1,"","");	
		Menu4_2_10=new Array("Aliments Basiques","aliments_basiques.htm","",0,20,200,"#0033ff","","#CCCCFF","","","",-1,-1,-1,"","");	
		Menu4_2_11=new Array("Aliments Acides","aliments_acides.htm","",0,20,200,"#0033ff","","#CCCCFF","","","",-1,-1,-1,"","");	
	Menu4_3=new Array("Nettoyage et Détoxication","nettoyage_detoxication.htm","",2,20,200,"#000066","","#CCCCFF","","","",-1,-1,-1,"","");
		Menu4_3_1=new Array("Body Detox ® - le Systeme","bodydetox_systeme.htm","",0,20,200,"#000066","","#CCCCFF","","","",-1,-1,-1,"","");
		Menu4_3_2=new Array("Body Detox ® - Réactions","bodydetox_reactions.htm","",0,20,200,"#000066","","#CCCCFF","","","",-1,-1,-1,"","");	
	
Menu5=new Array("Thérapies Manuelles","massages.htm","rollover?"+"nav/nav5.gif?"+"nav/nav5_ov.gif",9,20,200,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("Massage Rebouteux","massage_rebouteux.htm","",0,20,200,"#003333","","#CCFFCC","","","",-1,-1,-1,"","");
	Menu5_2=new Array("Reboutement Cranio-Visécral","reboutement_cranio-visceral.htm","",0,20,200,"#003300","","#CCFFCC","","","",-1,-1,-1,"","");
	Menu5_3=new Array("Reboutement Articulaire","reboutement_articulaire.htm","",0,20,200,"#006600","","#CCFFCC","","","",-1,-1,-1,"","");
	Menu5_4=new Array("Massages Thérapeutiques","massages_ther.htm","",0,20,200,"#009900","","#CCFFCC","","","",-1,-1,-1,"","");
	Menu5_5=new Array("Thérapies Energétiques","therapie_energ.htm","",4,20,200,"#33cc00","","#CCFFCC","","","",-1,-1,-1,"","");
		Menu5_5_1=new Array("NST-Intégration Neurostructurelle","nst.htm","",0,20,200,"#33cc00","","#CCFFCC","","","",-1,-1,-1,"","");
		Menu5_5_2=new Array("Energetic Bonetuning","bonetuning.htm","",0,20,200,"#33cc00","","#CCFFCC","","","",-1,-1,-1,"","");
		Menu5_5_3=new Array("Guérison Chironique","chironique.htm","",0,20,200,"#33cc00","","#CCFFCC","","","",-1,-1,-1,"","");
		Menu5_5_4=new Array("Reiki","Reflexo_Reiki.htm","",0,20,200,"#33cc00","","#CCFFCC","","","",-1,-1,-1,"","");
	Menu5_6=new Array("Massages d'Entretien","massages_n_med.htm","",0,20,200,"#66ff33","","#006600","","","",-1,-1,-1,"","");
	Menu5_7=new Array("Ostéopathie","reboutement_articulaire.htm","",0,20,200,"#99ff33","","#006600","","","",-1,-1,-1,"","");
	Menu5_8=new Array("Indications","indications.htm","",0,20,200,"#ccff33","","#006600","","","",-1,-1,-1,"","");
	Menu5_9=new Array("Limites","limites.htm","",0,20,200,"#ffff66","","#006600","","","",-1,-1,-1,"","");
	
Menu6=new Array("Infos Pratiques","","rollover?"+"nav/nav5.gif?"+"nav/nav5_ov.gif",6,20,0,"","","","","","",-1,-1,-1,"","Infos Pratiques");
	Menu6_1=new Array("Assurances Complémentaires","assurances_complementaires.htm","",0,20,200,"#ffff33","","#ff3300","","","",-1,-1,-1,"","Liste des Assurances maladies complémentaires");
	Menu6_2=new Array("Horaires","horaires.htm","",0,20,200,"#ffcc00","","#990000","","","",-1,-1,-1,"","Tarifs");
	Menu6_3=new Array("Tarifs","tarifs.htm","",0,20,200,"#ff9900","","#990000","","","",-1,-1,-1,"","Tarifs");
	Menu6_4=new Array("Plan d'Accès","javascript:NewWin=window.open(\"http://map.search.ch/1201-geneve/mole-36?z=256&b=low\",\"NWin\");window[\"NewWin\"].focus()","",0,20,200,"#ff3300","","#ffcccc","","","",-1,-1,-1,"","Coordonnées, plan d'accès et formulaire de contact");
	Menu6_5=new Array("Liens Santé","liens.htm","",8,20,200,"#cc0000","","#ffcccc","","","",-1,-1,-1,"","Liens Santé");
		Menu6_5_1=new Array("NST-Intégration Neurostructurelle","liens_nst.htm","",0,20,200,"#cc0000","","#ffcccc","","","",-1,-1,-1,"","Liens NST");
		Menu6_5_2=new Array("Guérison Chironique","liens_chironique.htm","",0,20,200,"#cc0000","","#ffcccc","","","",-1,-1,-1,"","Liens Chironique");
		Menu6_5_3=new Array("Body Detox ® - Détoxication","liens_bodydetox.htm","",0,20,200,"#cc0000","","#ffcccc","","","",-1,-1,-1,"","Liens Body Detox");
		Menu6_5_4=new Array("Retraite & Epanouissement","retraite.htm","",0,20,200,"#cc0000","","#ffcccc","","","",-1,-1,-	1,"","");
		Menu6_5_5=new Array("Equilibre Acido-Basique","liens_pH.htm","",0,20,200,"#cc0000","","#ffcccc","","","",-1,-1,-1,"","Liens Equilibre Acido-Basique");
		Menu6_5_6=new Array("Le Corps Empoisonné","Vigitox.htm","",0,20,200,"#cc0000","","#ffcccc","","","",-1,-1,-1,"","Liens Le Corps Empoisonn - Vigitox");
		Menu6_5_7=new Array("Alimentation","liens_alimentation.htm","",0,20,200,"#cc0000","","#ffcccc","","","",-1,-1,-1,"","");
		Menu6_5_8=new Array("Détoxication","liens_detox.htm","",0,20,200,"#cc0000","","#ffcccc","","","",-1,-1,-1,"","");
	Menu6_6=new Array("Liens Utiles","liens_utiles.htm","",0,20,200,"#990000","","#ffcccc","","","",-1,-1,-1,"","Liens utiles");

Menu7=new Array("Enseignements","enseignements.htm","rollover?"+"nav/nav5.gif?"+"nav/nav5_ov.gif",0,20,0,"","","","","","",-1,-1,-1,"","Enseignement");

Menu8=new Array("Contact","contact.htm","rollover?"+"nav/nav6.gif?"+"nav/nav6_ov.gif",0,20,0,"","","","","","",-1,-1,-1,"","Contact");
	
Menu9=new Array("","","nav/nav7.gif",0,83,0,"","","","","","",-1,-1,-1,"","");

Menu10=new Array("","","nav/bgnav.gif",0,348,0,"","","","","","",-1,-1,-1,"","");
