
	var NoOffFirstLineMenus=15;			// Number of first level items
	var LowBgColor='#e8edff';			// Background color when mouse is not over
	var LowSubBgColor='#e6ebFF';			// Background color when mouse is not over on subs
	var HighBgColor='lightsteelblue';			// Background color when mouse is over
	var HighSubBgColor='lightsteelblue';			// Background color when mouse is over on subs
	var FontLowColor='navy';			// Font color when mouse is not over
	var FontSubLowColor='navy';			// Font color subs when mouse is not over
	var FontHighColor='navy';			// Font color when mouse is over
	var FontSubHighColor='navy';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,helvetica"	// 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' or 'bottom'
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=170;				// Menu offset x coordinate
	var StartLeft=13;				// 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=0;			// 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='_parent';			// Frame where first level appears
	var SecLineFrame='_parent';			// Frame where sub levels appear
	var DocTargetFrame='_parent';			// 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
	//var BaseLoc='http://192.168.1.12/'
	var BaseLoc='http://www.sonne-segeln-pur.de/'

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg" 

Menu1=new Array("Home","index.htm","",0,20,140);
Menu2=new Array("Die Yacht","die_yacht.htm","",0,20,130);
Menu3=new Array("Revier","","",5,20,130);
	Menu3_1=new Array("Bodrum-Türkei","bodrum.htm","",0,20,140);
	Menu3_2=new Array("Kos-Griechenland","kos.htm","",0,20);
	Menu3_3=new Array("Türkische Küste","tuerkische_kueste.htm","",0,20);
	Menu3_4=new Array("Dodekanes","dodekanes.htm","",0,20);
	Menu3_5=new Array("Kykladen","kykladen.htm","",0,20);
Menu4=new Array("Törntipps","","",4,20,130);
	Menu4_1=new Array("Genußsegeln","genusssegeln.htm","",0,20,170);
	Menu4_2=new Array("Persönliche Wünsche","pers_wuensche.htm","",0,20);
	Menu4_3=new Array("Segeln und Kultur","segeln_und_kultur.htm","",0,20);	
	Menu4_4=new Array("Kombiurlaub","kombi_urlaub.htm","",0,20);	
Menu5=new Array("Segelspecials","","",3,20,160);
	Menu5_1=new Array("Starkwindsegeln","starkwindsegeln.htm","",0,20,160);
	Menu5_2=new Array("Trimm und Technik","trimm_und_technik.htm","",0,20,120);
	Menu5_3=new Array("Regatten","regatten.htm","",0,20,120);
Menu6=new Array("Single-Segeln","","",2,20,170);
	Menu6_1=new Array("Kojencharter-Mitsegeln","kojencharter.htm","",0,20,160);
	Menu6_2=new Array("Gruppentörns-Flottille","gruppentoerns.htm","",0,20,160);	
Menu7=new Array("Damentörns","damentoerns.htm","",0,20);
Menu8=new Array("Küchenspecials","","",2,20);
	Menu8_1=new Array("Bordkochkurs","bordkochkurs.htm","",0,20,100);
	Menu8_2=new Array("Vollverpflegung","vollverpflegung.htm","",0,20,100);
Menu9=new Array("Skipper","skipper.htm","",0,20);
Menu10=new Array("News","","",2,20,160);
	Menu10_1=new Array("Latest","news.htm","",0,20,80);
	Menu10_2=new Array("Archiv","archiv.htm","",0,20,160);
Menu11=new Array("Bildergalerie","","",2,20);
	Menu11_1=new Array("Fotos","fotos.htm","",0,20,80);
	Menu11_2=new Array("Videos","videos.htm","",0,20,80);
Menu12=new Array("Preise & Buchung","preise_buchung.htm","","",0,20);
Menu13=new Array("Kontakt","kontakt.htm","",0,20);
Menu14=new Array("Links","links.htm","",0,20);
Menu15=new Array("Gästebuch","gaestebuch.htm","",0,20);
