//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=2 // Abstand zwischen menupunkten
oCMenu.fromLeft=16 // Abstand von links
oCMenu.fromTop=90  // Abstand von oben
oCMenu.rows=0 // menu horizontal oder vertikal
oCMenu.menuPlacement="left" //Ausrichtung menu total
                                                             
oCMenu.offlineRoot="file:///C|/Inetpub/wwwroot/dhtmlcentral/" 
oCMenu.onlineRoot="http://www.reisen-ferien.ch" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=134 // breite menupunnkt 1
oCMenu.level[0].height=34  // höhe menupunkt 1
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=2
oCMenu.level[0].offsetY=-1
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="right" //ausrichtung untermenu 1 rechts

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=160
oCMenu.level[1].height=25
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=-1
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].align="right" 



//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=160
oCMenu.level[2].height=25 //höhe alle level 2
oCMenu.level[1].offsetX=2
oCMenu.level[2].offsetY=0
oCMenu.level[2].align="right"  //
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"

//EXAMPLE SUB LEVEL[3] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[3]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[3].width=oCMenu.level[0].width
oCMenu.level[3].height=25 //höhe alle level 2
oCMenu.level[3].offsetX=0
oCMenu.level[3].offsetY=0
oCMenu.level[3].align="right"  //
oCMenu.level[3].regClass="clLevel2"
oCMenu.level[3].overClass="clLevel2over"
oCMenu.level[3].borderClass="clLevel2border"



oCMenu.makeMenu('top0','','Reiseland','/','')
	oCMenu.makeMenu('sub00','top0','Frankreich','/frankreich/reiseland_frankreich.php')
	oCMenu.makeMenu('sub01','top0','Italien','/italien/reiseland_italien.php')
	oCMenu.makeMenu('sub02','top0','Spanien','/spanien/reiseland_spanien.php')
	oCMenu.makeMenu('sub03','top0','Schweiz','/schweiz/reiseland_schweiz.php')
	oCMenu.makeMenu('sub04','top0','Kroatien','/kroatien/reiseland_kroatien.php')
	
oCMenu.makeMenu('top1','','Reiseinformationen','/')
	oCMenu.makeMenu('sub10','top1','Frankreich','/frankreich/reiseinfo_frankreich.php')
	oCMenu.makeMenu('sub11','top1','Italien','/italien/reiseinfo_italien.php')
	oCMenu.makeMenu('sub12','top1','Spanien','/spanien/reiseinfo_spanien.php')
	oCMenu.makeMenu('sub13','top1','Schweiz','/schweiz/reiseinfo_schweiz.php')
	oCMenu.makeMenu('sub14','top1','Kroatien','/kroatien/reiseinfo_kroatien.php')
		
	
	
oCMenu.makeMenu('top2','','Reiseführer','/')
	oCMenu.makeMenu('sub20','top2','Frankreich','/frankreich/reisefuehrer_frankreich.php')
	oCMenu.makeMenu('sub21','top2','Italien','/italien/reisefuehrer_italien.php')
	oCMenu.makeMenu('sub22','top2','Spanien','/spanien/reisefuehrer_spanien.php')
	oCMenu.makeMenu('sub23','top2','Schweiz','/schweiz/reisefuehrer_schweiz.php')
	oCMenu.makeMenu('sub24','top2','Kroatien','/kroatien/reisefuehrer_kroatien.php')
			

oCMenu.makeMenu('top3','','Checklisten','/checklisten/checklisten_vorher.php')
	oCMenu.makeMenu('sub30','top3','Vorher besorgen','/checklisten/checklisten_vorher.php')
	oCMenu.makeMenu('sub31','top3','Vorher erledigen','/checklisten/checklisten_vorhererledigen.php')
	oCMenu.makeMenu('sub32','top3','Bad und Kostmetik','/checklisten/checklisten_vorher.php')
	oCMenu.makeMenu('sub33','top3','Medizin und Krankheit','/checklisten/checklisten_medizin.php')
	oCMenu.makeMenu('sub34','top3','Kleider','/checklisten/checklisten_kleider.php')
	oCMenu.makeMenu('sub35','top3','Strand und Sonne','/checklisten/checklisten_strand.php')
	oCMenu.makeMenu('sub36','top3','Winter oder Skiferien','/checklisten/checklisten_vorher.php')
	oCMenu.makeMenu('sub37','top3','Auto überprüfen','/checklisten/checklisten_auto.php')
	oCMenu.makeMenu('sub38','top3','Velo','/checklisten/checklisten_velo.php')
	oCMenu.makeMenu('sub39','top3','Camping','/checklisten/checklisten_camping.php')
	oCMenu.makeMenu('sub40','top3','Kleinigkeiten','/checklisten/checklisten_kleinigkeiten.php')
	oCMenu.makeMenu('sub41','top3','Wichtig','/checklisten/checklisten_wichtig.php')
	


oCMenu.makeMenu('top4','','Reiseberichte','/reiseberichte.php')

oCMenu.makeMenu('top5','','Ferienhäuser Ferienwohnungen','/ferienhauser.php')
	oCMenu.makeMenu('sub50','top5','Frankreich','/frankreich/reiseinfo_frankreich_ferienunterkunfte.php')
	oCMenu.makeMenu('sub51','top5','Italien','/italien/italien_ferienhaus.php')
	oCMenu.makeMenu('sub52','top5','Kroatien','/kroatien/reiseinfo_kroatien_ferienunterkunfte.php')
	oCMenu.makeMenu('sub53','top5','Schweiz','/schweiz/reiseinfo_schweiz_ferienunterkunfte.php')
		oCMenu.makeMenu('sub501','sub53','Berner Oberland', '/schweiz/schweiz_ferienhaus_berneroberland.php')
		oCMenu.makeMenu('sub502','sub53','Tessin', '/schweiz/schweiz_ferienhaus_tessin.php')
		oCMenu.makeMenu('sub503','sub53','Wallis', '/schweiz/schweiz_ferienhaus_wallis.php')
	
	oCMenu.makeMenu('sub54','top5','Spanien','/spanien/spanien_ferienhaus.php')

oCMenu.makeMenu('top6','','Anbieter Reisen Ferien','/anbieter_reisen_ferien.php')

oCMenu.makeMenu('top7','','Last Minute','/lastminute.php')
		
//Leave this line
oCMenu.construct()			
