//				(c) Ger Versluis 2000 version 4.0, 14 August 2001
//				You may remove all comments for faster loading

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#323232';			// Background color when mouse is not over
	var LowSubBgColor='#666666';			// Background color when mouse is not over on subs
	var HighBgColor='#E5E5E5';			// Background color when mouse is over
	var HighSubBgColor='#E5E5E5';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=0;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=1;				// 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=4;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	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='menu';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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("Home","index.htm","",0,15,55);

Menu2=new Array("Firmenprofil","","",2,15,85);
	Menu2_1=new Array("Über Uns","uns.htm","",0,15,130);	
	Menu2_2=new Array("Fuhrpark","fuhrpark.htm","",0);
	
Menu3=new Array("Reisen 2009","","",3,15,90);
	Menu3_1=new Array("BUSREISEN","bus.htm","",0,15,160);	
	Menu3_2=new Array("LINIENVERKEHR","linienverkehr.htm","",0);
	Menu3_3=new Array("FLUGREISEN","flug.htm","",0,15,100);

	
	

Menu4=new Array("Links","links.htm","",0,15,55);

Menu5=new Array("Kontakt","","",5,15,60);
Menu5_1=new Array("Unsere Anschrift","kontakt.htm","",0,15,160);	
	Menu5_2=new Array("Unser Standort","http://www.yellowmap.at/KartenService/KartenService.asp?xkoord=5528254&ykoord=3080860&anzeige=<b>Juwan+Walter+</b>+<br>Auengasse+9<br>9170 Ferlach&css=AT3","",0);
	Menu5_3=new Array("Routenplaner","http://www.reiseplanung.de/index.jsp","",0,15,100);
Menu5_4=new Array("Buchungsanfrage","mailto:busreisen-juwan@aon.at","",0,15,160);
Menu5_5=new Array("Wichtige Hinweise","hinweise.htm","",0,15,160);
	