// (c) Ger Versluis 2000-2004 version 7.00, July 17, 2004
//  You may use this script on non commercial sites
//  www.burmees.nl/menu/


	// Globals effecting all menus
	var PopNoOffMenus=1;		// number of seperate menus
	var BaseHref="";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var PopMenuShadow="";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#FFFF00, direction=135, strength=3)";

	var PopMenuOpacity="";
	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	
	

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

	// Globals effecting one menu
	// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.

PopMenu1=new Array(		// global variables for PopMenu1
	11,			// number of main items
	0,			// Left position
	75,			// Top position par rapport au haut de la feuille
	"#FFFF00",		// Normal font color
	"#860000",		// Normal back color
	"#FFFFFF",		// High font color
	"#860000",		// High back color
	"#860000",		// Border color
	"times new roman",	// Fontfamily
	0,			// Bold
	0,			// Italic
	13,			// Font size in pixel
	1,			// First line horizontal
	1,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"",			// Target div
	0,			// Border between elements
	"center",		// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref + "Icones/Bas.jpg",			// Arrow right NE PAS MODIFIER sinon double appel des pages !!!
	0,			// Arrow Width
	0,			// Arrow Height
	BaseHref + "Icones/Bas.jpg",			// Arrow down NE PAS MODIFIER sinon double appel des pages !!!
	0,			// Arrow Width
	0,			// Arrow Height
	BaseHref + "Icones/Bas.jpg",			// Arrow left NE PAS MODIFIER sinon double appel des pages !!!
	0,			// Arrow Width
	0,			// Arrow Height
	2,			// Top padding
	2,			// Left padding
	0);			// Unfold On Click

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

//	Notation of PopMenu1_1 is different from PopMenu1_1_1. The result is the same. PopMenu1_1 is more understandable. PopMenu1_1_1 loads faster.
	
	PopMenu1_1=new Array(
		Txt_Bieres,	// ElementText
		"Bieres.php",	// ElementLink
		"",		// ElementBgImage
		3,		// ElementNoOfSubElements
		20,		// ElementHeight
		70,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_1_1=new Array("Liste","Bieres.php",
			"",0,18,70,"","","","","","",-1,-1,-1,"","");
			
		PopMenu1_1_2=new Array("Familles de bières","Familles_de_Bieres.php",
			"",0,18,0,"","","","","","",-1,-1,-1,"","");
		
		PopMenu1_1_3=new Array("Stats","Statistiques.php",
			"",0,18,0,"","","","","","",-1,-1,-1,"","");					
						
			
	PopMenu1_2=new Array(
		Txt_Brasseries,	 // ElementText
		"Brasseries.php",// ElementLink
		"",		// ElementBgImage
		4,		// ElementNoOfSubElements
		20,		// ElementHeight
		80,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu1_2_1=new Array("Liste","Brasseries.php",
			"",0,18,80,"","","","","","",-1,-1,-1,"","");
			
		PopMenu1_2_2=new Array("Partenaires","Brasseries.php?brasserie=PARTENAIRES",
			"",0,18,0,"","","","","","",-1,-1,-1,"","");	
			
		PopMenu1_2_3=new Array("Logos","Logos_Brasseries.php",
			"",0,18,0,"","","","","","",-1,-1,-1,"","");	
		
		PopMenu1_2_4=new Array("Stats","Statistiques.php",  
			"",0,18,0,"","","","","","",-1,-1,-1,"","");	
			
		PopMenu1_2_5=new Array("News","News.php",
			"",0,18,0,"","","","","","",-1,-1,-1,"","");		
			
	PopMenu1_3=new Array(
		Txt_Fabrication,	// ElementText
		"Fabrication.php",// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		20,		// ElementHeight
		90,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	

	
	PopMenu1_4=new Array(
		Txt_Degustation,	// ElementText
		"Degustation.php",	// ElementLink
		"",		// ElementBgImage
		3,		// ElementNoOfSubElements
		20,		// ElementHeight
		90,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
		PopMenu1_4_1=new Array("L'art de ...","Degustation.php",
			"",0,18,90,"","","","","","",-1,-1,-1,"","");
			
		PopMenu1_4_2=new Array("Verres","Verres.php",
			"",0,18,0,"","","","","","",-1,-1,-1,"","");	
			
		PopMenu1_4_3=new Array("Hommage","Brel_La_Biere.php",
			"",0,18,0,"","","","","","",-1,-1,-1,"","");	
	
				
	PopMenu1_5=new Array(
		Txt_Bars,		// ElementText
		"Bars.php",	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		20,		// ElementHeight
		45,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatut
	
			
	PopMenu1_6=new Array(
		Txt_Lexique,	// ElementText
		"Lexique.php",	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		20,		// ElementHeight
		70,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatut
		
	PopMenu1_7=new Array(
		Txt_Musees,	// ElementText
		"Musees.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		20,		// ElementHeight
		70,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatut
		
	PopMenu1_8=new Array(
		Txt_Recettes,	// ElementText
		"Liste_Recettes.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		20,		// ElementHeight
		70,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatut
		
	PopMenu1_9=new Array(
		Txt_Biblio,	// ElementText
		"Biblio.php",	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		20,		// ElementHeight
		50,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatut
		
	PopMenu1_10=new Array(
		Txt_Club,	// ElementText
		"Club.php",	// ElementLink
		"",		// ElementBgImage
		6,		// ElementNoOfSubElements
		20,		// ElementHeight
		45,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatut
	
		PopMenu1_10_1=new Array("Petites Annonces","Liste_Annonces.php",
			"",0,18,100,"","","","","","",-1,-1,-1,"","");
			
		PopMenu1_10_2=new Array("Club","Club.php",
			"",0,18,0,"","","","","","",-1,-1,-1,"","");	
			
		PopMenu1_10_3=new Array("Livre d'Or","Liste_Livre_Or.php",
			"",0,18,0,"","","","","","",-1,-1,-1,"","");	
			
		PopMenu1_10_4=new Array("Téléchargements","Downloads.php",
			"",0,18,0,"","","","","","",-1,-1,-1,"","");	
			
		PopMenu1_10_5=new Array("Evènements","Liste_Evenements.php",
			"",0,18,0,"","","","","","",-1,-1,-1,"","");	
			
		PopMenu1_10_6=new Array("News","News.php",
			"",0,18,0,"","","","","","",-1,-1,-1,"","");	
				
	PopMenu1_11=new Array(
		Txt_Liens,	// ElementText
		"Liens.php",	// ElementLink
		"",		// ElementBgImage
		2,		// ElementNoOfSubElements
		20,		// ElementHeight
		65,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatut
		
		PopMenu1_11_1=new Array("Pourquoi ?","Pub.php",
			"",0,18,65,"","","","","","",-1,-1,-1,"","");
			
		PopMenu1_11_2=new Array("Liens","Liens.php",
			"",0,18,0,"","","","","","",-1,-1,-1,"","");	
		
	
	

