
	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#FFA900';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='#578EFC';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// 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=40;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// 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=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='';				// DIV id for relative positioning (refer to config.htm for info)
	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(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array(" ","#","",3,20,140);
	Menu1_1=new Array("Panorama-Ansicht","javascript:parent.fenster.location.href='land1.htm'","",0,15,140);
	Menu1_2=new Array("Dorf-Einblicke","javascript:parent.fenster.location.href='land2.htm'","",0);
	Menu1_3=new Array("Naturschutzgebiet","javascript:parent.fenster.location.href='land5.htm'","",0);

Menu2=new Array(" ","#","",3,20,80);
	Menu2_1=new Array("Weinbau in Wehlen","#","",3,15,140);
		Menu2_1_1=new Array("Steillagen-Weinbau","javascript:parent.fenster.location.href='weinbau1.htm'","",0,15,160);
		Menu2_1_2=new Array("Wissenswertes über Wein","javascript:parent.fenster.location.href='weinlexikon.html'","",0);
		Menu2_1_3=new Array("Wein-Veranstaltungen","javascript:parent.fenster.location.href='weintermine.html'","",0);
	Menu2_2=new Array("Weinkultur","javascript:parent.fenster.location.href='weinhistorie.html'","",0);
	Menu2_3=new Array("Wehlener Weingüter","javascript:parent.fenster.location.href='weingut.htm'","",0);

Menu3=new Array(" ","#","",3,20,98);
	Menu3_1=new Array("867 bis 1949","javascript:parent.fenster.location.href='history1.htm'","",0,15,140);
	Menu3_2=new Array("1949 bis heute","javascript:parent.fenster.location.href='history2.htm'","",0);
	Menu3_3=new Array("Historisches Bildarchiv","javascript:parent.fenster.location.href='history3.htm'","",0);

Menu4=new Array(" ","#","",3,20,70);
	Menu4_1=new Array("Ausflugsziele bis 35 km","javascript:parent.fenster.location.href='kultur_nah.html'","",0,15,150);
	Menu4_2=new Array("Ausflugsziele bis 65 km","javascript:parent.fenster.location.href='kultur_fern.html'","",0);
	Menu4_3=new Array("Wanderrouten","javascript:parent.fenster.location.href='highlights.html'","",0);

Menu5=new Array(" ","#","",3,20,95);
	Menu5_1=new Array("Ihre Gastgeber","#","",3,15,150);	
		Menu5_1_1=new Array("Hotels","javascript:parent.fenster.location.href='hotpen.htm'","",0,15,150);
		Menu5_1_2=new Array("Gästehäuser","javascript:parent.fenster.location.href='gaeste.htm'","",0);
		Menu5_1_3=new Array("Ferienwohnungen","javascript:parent.fenster.location.href='fewo.htm'","",0);
   	Menu5_2=new Array("Camping","javascript:parent.fenster.location.href='camping.htm'","",0);
	Menu5_3=new Array("weitere Infos","#","",2,15,150);	
		Menu5_3_1=new Array("Restaurants","javascript:parent.fenster.location.href='restaurants.html'","",0,15,150);
		Menu5_3_2=new Array("Sonnenuhren in Wehlen","javascript:parent.fenster.location.href='sonnenuhren.html'","",0);
		
Menu6=new Array(" ","#","",3,20,73);
	Menu6_1=new Array("Unternehmen","javascript:parent.fenster.location.href='firmen.htm'","",0,15,150);
	Menu6_2=new Array("Malerisches Wehlen","javascript:parent.fenster.location.href='kuenstler.html'","",0);
Menu6_3=new Array("Links","javascript:parent.fenster.location.href='links.html'","",0);

Menu7=new Array(" ","#","",3,20,55);
	Menu7_1=new Array("Infos rund um Wehlen","javascript:parent.fenster.location.href='news.html'","",0,15,150);
	Menu7_2=new Array("Social Media | Twitter","javascript:parent.fenster.location.href='twitter.html'","",0);
	Menu7_3=new Array("Heimatverein Wehlen","javascript:parent.fenster.location.href='heimatverein.html'","",0);

Menu8=new Array(" ","#","",3,20,80);
	Menu8_1=new Array("Veranstaltungen Vereine","javascript:parent.fenster.location.href='veranstaltungskalender.html'","",0,15,145);
    Menu8_2=new Array("WeinEvents etc.","javascript:parent.fenster.location.href='weintermine.html'","",0);
    Menu8_3=new Array("Weitere Termine","javascript:parent.fenster.location.href='konzerte.html'","",0);


