/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='E4D7B7';			// Background color when mouse is not over
	var LowSubBgColor='E4D7B7';			// Background color when mouse is not over on subs
	var HighBgColor='C3AF7A';			// Background color when mouse is over
	var HighSubBgColor='C3AF7A';			// 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='FFE8FB';			// Font color when mouse is over
	var FontSubHighColor='FFE8FB';			// Font color subs when mouse is over
	var BorderColor='brown';			// Border color
	var BorderSubColor='brown';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Times New Roman, Times, serif";	// Font family menu items
	var FontSize=10;			// 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','bottom' or static
	var ChildOverlap=.5;				// 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=2;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	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='Einoedhomepage';			// Frame where first level appears
	var SecLineFrame='Einoedhomepage';			// Frame where sub levels appear
	var DocTargetFrame='Einoedhomepage';			// 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=1;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/bilder/menue/tri.gif',5,10,'/bilder/menue/tridown.gif',10,5,'/bilder/menue/trileft.gif',5,10];	// Arrow source, width and height

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"
var rootpath = "/alteSeite/inhalt/";
Menu1=new Array("Der Ort",rootpath+"ort/allgemein.html","",5,20,140);
	Menu1_1=new Array("Einführung",rootpath+"ort/allgemein.html","",0,20,115);
	Menu1_2=new Array("Geschichte",rootpath+"ort/geschichte.html","",6,20,115);
		Menu1_2_1=new Array("Überblick",rootpath+"ort/geschichte.html","",0,20,115);
		Menu1_2_2=new Array("Steinzeit ...",rootpath+"ort/steinzeit.html","",0,20,115);
		Menu1_2_3=new Array("Die Burg",rootpath+"ort/burg.html","",0,20,115);
		Menu1_2_4=new Array("Das Spukhaus",rootpath+"ort/teufelshaus.html","",0,20,115);
		Menu1_2_5=new Array("Der Jochnachel",rootpath+"ort/jochnachel.html","",0,20,115);
		Menu1_2_6=new Array("Zeittafel",rootpath+"ort/zeittafel.html","",0,20,115);
	Menu1_3=new Array("Bildergalerie",rootpath+"ort/bildergalerie.html","",0);
	Menu1_4=new Array("Der Ortsrat",rootpath+"ort/ortsrat.html","",2);
		Menu1_4_1=new Array("Informationen zum Ortsrat",rootpath+"ort/ortsrat.html","",0,35,115);
		Menu1_4_2=new Array("Neues aus dem Ortsrat",rootpath+"ort/neuesortsrat.html","",0);
	Menu1_5=new Array("Anreise",rootpath+"ort/anreise.html","",0);

Menu2=new Array("Vereine, Gruppen & Künstler",rootpath+"vereine/allgemein.html","",8,35);
	Menu2_1=new Array("kulturelle Vereine",rootpath+"vereine/kulturelle.html","",0,20,135);
	Menu2_2=new Array("Freizeitvereine",rootpath+"vereine/freizeit.html","",0);
	Menu2_3=new Array("Sportvereine",rootpath+"vereine/sportvereine.html","",0);
	Menu2_4=new Array("politische Gruppen",rootpath+"vereine/politik.html","",0);
	Menu2_5=new Array("religiöse Vereinigungen",rootpath+"vereine/religioese.html","",0);
	Menu2_6=new Array("Künstler",rootpath+"vereine/kuenstler.html","",0);
	Menu2_7=new Array("sonstige",rootpath+"vereine/sonstige.html","",0);
	Menu2_8=new Array("<i>Aufnahmeinformationen</i>",rootpath+"kontakt/aufnahmeinfo.html","",0);

Menu3=new Array("Gewerbe & Gastronomie","","",6);
	Menu3_1=new Array("Dienstleister",rootpath+"gewerbe/dienstleister.html","",0,20,80);
	Menu3_2=new Array("Gastronomie",rootpath+"gewerbe/gastro.html","",0,20);
	Menu3_3=new Array("Gesundheit",rootpath+"gewerbe/gesundheit.html","",0);
	Menu3_4=new Array("Handwerk",rootpath+"gewerbe/handwerk.html","",0);
	Menu3_5=new Array("Handel",rootpath+"gewerbe/handel.html","",0);
	Menu3_6=new Array("Industrie",rootpath+"gewerbe/industrie.html","",0);

;Menu4=new Array("Veranstaltungen","/cgi-bin/kalender/kalender.pl","",0);
Menu4=new Array("Veranstaltungen","/inhalt/kalender/hinweis.html","",0);

Menu5=new Array("Gästebuch",rootpath+"gaestebuch/lesen.shtml","",2);
	Menu5_1=new Array("eintragen",rootpath+"gaestebuch/eintragen.html","",0,20,60);
	Menu5_2=new Array("lesen",rootpath+"gaestebuch/lesen.shtml","",0);

Menu6=new Array("Links","","",4);
	Menu6_1=new Array("Homburg & Ortsteile",rootpath+"links/ortsteile.html","",0,20,120);
	Menu6_2=new Array("andere \"Einöds\"",rootpath+"links/andereeinoeds.html","",0);
	Menu6_3=new Array("Einöder Bürger",rootpath+"links/einoederbuerger.html","",0);
	Menu6_4=new Array("sonstige Links",rootpath+"links/sonstige.html","",0);

Menu7=new Array("Kontakt","","",3);
	Menu7_1=new Array("Ortsrat",rootpath+"kontakt/ortsrat.html","",0,20,135);
	Menu7_2=new Array("Webdesignteam",rootpath+"kontakt/webteam.html","",0);
	Menu7_3=new Array("<i>Aufnahmeinformationen</i>",rootpath+"kontakt/aufnahmeinfo.html","",0);
Menu8=new Array("Sitemap",rootpath+"sitemap.html","",0);
Menu9=new Array("Webimpressum",rootpath+"webimpressum.html","",0);
Menu10=new Array("Fehler? Anregung?",rootpath+"fehlerhinweis.html","",0);

