// (c) Ger Versluis 2000-2004 version 6.20, Januari 14, 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=#888888, direction=135, strength=3)";

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

	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
	8,			// number of main items
	0,			// Left position
	0,			// Top position
	"#000099",			// Normal font color
	"#FFFFFF",		// Normal back color
	"#000066",			// High font color
	"#9999ff",			// High back color
	"#9999ff",			// Border color
	"times",	// Fontfamily
	0,			// Bold
	1,			// Italic
	18,			// Font size in pixel
	0,			// First line horizontal
	1,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	.30,			// Horizontal overlap
	.65,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"LyrOne",			// Target div
	0,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	0,		// Arrow right
	0,			// Arrow Width
	0,			// Arrow Height
	0,	// Arrow down
	0,			// Arrow Width
	0,			// Arrow Height
	0,	// Arrow left
	0,			// Arrow Width
	0,			// Arrow Height
	7,			// Top padding
	20,			// 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?"+BaseHref+"images/ausstattung.gif?"+BaseHref+"images/ausstattung_o.gif"

//	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(
		"Allgemein",	// ElementText
		"allgemein.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		40,		// ElementHeight
		150,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"",		// ElementTextAlign
		"");		// ElementStatusText


	PopMenu1_2=new Array("Unterkunft","hotel.htm","",2,40,150,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_1=new Array("Ausstattung","ausstattung.htm","",0,30,125,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_2=new Array("Preise","preise.htm","",0,30,125,"","","","","","",-1,-1,-1,"","");
	PopMenu1_3=new Array("Baeder","baeder.htm","",2,40,150,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_1=new Array("Indikationen","indikationen.htm","",0,30,125,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_2=new Array("Preise","preise_baeder.htm","",0,30,125,"","","","","","",-1,-1,-1,"","");
	PopMenu1_4=new Array("Moorbaby","moor-baby.htm","",0,40,150,"","","","","","",-1,-1,-1,"","");
	PopMenu1_5=new Array("Pauschalen","pauschalen.htm","",3,40,150,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_1=new Array("1 Woche","1woche.htm","",0,30,125,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_2=new Array("2 Wochen","2woche.htm","",0,30,125,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_3=new Array("3 Wochen","3woche.htm","",0,30,125,"","","","","","",-1,-1,-1,"","");
	PopMenu1_6=new Array("Anreise","anreise.htm","",0,40,150,"","","","","","",-1,-1,-1,"","");
	PopMenu1_7=new Array("Reservierung","reservierung.htm","",0,40,150,"","","","","","",-1,-1,-1,"","");
	PopMenu1_8=new Array("Impressum","impressum.htm","",0,40,150,"","","","","","",-1,-1,-1,"","");


