//				(c) Ger Versluis 2000 version 4.0, 14 August 2001
//				You may remove all comments for faster loading

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='002088';			// Background color when mouse is not over
	var LowSubBgColor='002088';			// Background color when mouse is not over on subs
	var HighBgColor='D80000';				// Background color when mouse is over
	var HighSubBgColor='D80000';			// Background color when mouse is over on subs
	var FontLowColor='EBEBEB';			// Font color when mouse is not over
	var FontSubLowColor='EBEBEB';		// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is over
	var BorderColor='darkgray';				// Border color
	var BorderSubColor='darkgray';			// Border color for subs
	var BorderWidth=0;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="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 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=0;						// Menu offset x coordinate
	var StartLeft=0;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=8;					// Left padding
	var TopPaddng=2;					// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='_blank';			// 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

function BeforeStart(){;
	}

function AfterBuild(){;
	}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);

Menu1=new Array("News","index.php?open=news","",0,18,60);
Menu2=new Array("Termine","index.php?open=kalender","",0,18,90);
Menu3=new Array("Fotos","index.php?open=galerie","",0,18,70);
	//Menu3_1=new Array('Transport','/de/produkte/transport/news-25016.shtm',"",7,18,160);
		//Menu3_1_1=new Array("Verteilsystem Oesterreich","/de/produkte/transport/news-25016.shtm","",0,18,160);
		//Menu3_1_2=new Array("EU-System","/de/produkte/transport/news-25024.shtm","",0);
		//Menu3_1_3=new Array("System Schweiz","/de/produkte/transport/news-38523.shtm","",0);
Menu4=new Array("Funpark","index.php?open=funpark","",4,18,80);
	Menu4_1=new Array("Info Funpark","index.php?open=funpark&site=info","",0,18,190);
	Menu4_2=new Array("Obstacles","index.php?open=funpark&site=obstacles","",0);
	Menu4_3=new Array("Skatecontest","index.php?open=funpark&site=skatecontest","",0);
	Menu4_4=new Array("Ausstattung und Instandhaltung","index.php?open=funpark&site=ausstattung","",0);
Menu5=new Array("Team","index.php?open=team","",1,18,60);
	Menu5_1=new Array("Administration","index.php?open=admin","",0,18,120);
Menu6=new Array("Infrastruktur","index.php?open=infra","",0,18,110);
Menu7=new Array("Infos","index.php?open=infos","",7,18,80);
	Menu7_1=new Array("Kurzinfo park in","index.php?open=infos&site=kurzinfo","",0,18,130);
	Menu7_2=new Array("Oeffnungszeiten","index.php?open=infos&site=oeffnungszeiten","",0);
	Menu7_3=new Array("Vorstand","index.php?open=infos&site=vorstand","",0);
	Menu7_4=new Array("Geschichte","index.php?open=infos&site=geschichte","",0);
	Menu7_5=new Array("Leitbild","index.php?open=infos&site=leitbild","",0);
	Menu7_6=new Array("Sponsoren & Partner","index.php?open=infos&site=sponsoren","",0);
	Menu7_7=new Array("park in Video","index.php?open=infos&site=video","",0);
Menu8=new Array("Kontakt","index.php?open=kontakt","",0,19,80);
Menu9=new Array("Links","index.php?open=links","",0,18,60);
Menu10=new Array("Mailinglist","index.php?open=mailinglist","",0,18,103);