oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromTop=210  
oCMenu.fromLeft=0 
oCMenu.rows=1 
oCMenu.menuPlacement="center"
                                                             
oCMenu.offlineRoot=""
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="100%"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=0 
oCMenu.barY=0
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=105
oCMenu.level[0].height=20
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=0
oCMenu.level[0].offsetY=20
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="center"

//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=20
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=2
oCMenu.level[1].borderY=2
oCMenu.level[1].offsetX=160
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"


//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=20
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=-8
oCMenu.level[2].regClass="clLevel1"
oCMenu.level[2].overClass="clLevel1over"
oCMenu.level[2].borderClass="clLevel1border"


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
	

	
        oCMenu.makeMenu('top5','','Boats','')
		oCMenu.makeMenu('sub01','top5','Arenui','http://www.arenui.liveaboarddiving.net')
		oCMenu.makeMenu('sub02','top5','Black Manta','http://www.blackmanta.liveaboarddiving.net')
		oCMenu.makeMenu('sub03','top5','Damai','http://www.damai.liveaboarddiving.net')
		oCMenu.makeMenu('sub04','top5','Komodo Dancer','http://www.komododancer.liveaboarddiving.net')
		oCMenu.makeMenu('sub05','top5','Mermaid I','http://www.mermaid1.liveaboarddiving.net/Komodo.html')
	    oCMenu.makeMenu('sub06','top5','Mermaid II','http://www.mermaid2.liveaboarddiving.net/Komodo.html')
		oCMenu.makeMenu('sub07','top5','Ondina','http://www.ondina.liveaboarddiving.net')
		oCMenu.makeMenu('sub08','top5','Pindito','http://www.pindito.liveaboarddiving.net')
		oCMenu.makeMenu('sub09','top5','Queen Scuba','http://www.queenscuba.liveaboarddiving.net')
		oCMenu.makeMenu('sub10','top5','Seahorse','http://www.seahorse.liveaboarddiving.net')
		oCMenu.makeMenu('sub11','top5','Seven seas','http://www.sevenseas.liveaboarddiving.net')
		oCMenu.makeMenu('sub12','top5','Tambora','http://www.tambora.liveaboarddiving.net')
	
     oCMenu.makeMenu('top1','','Resorts','')
	 oCMenu.makeMenu('sub180','top1','Maldives - Kurumba resort','http://www.kurumbaresort.liveaboarddiving.net/')
	 oCMenu.makeMenu('sub181','top1','Maldives - Kuredu resort','http://www.kureduresort.liveaboarddiving.net/')
	 oCMenu.makeMenu('sub182','top1','Raja - Misool eco resort','http://www.misoolecoresort.liveaboarddiving.net/')


oCMenu.makeMenu('top0','','Destinations','')
oCMenu.makeMenu('sub20','top0','Komodo','http://www.divinginkomodo.com')
oCMenu.makeMenu('sub21','top0','Raja Ampat','http://www.divinginrajaampat.com')
oCMenu.makeMenu('sub22','top0','North Sulawesi','http://www.paradisedancer.liveaboarddiving.net')
oCMenu.makeMenu('sub23','top0','South Sulawesi','http://www.pelagian.liveaboarddiving.net')
oCMenu.makeMenu('sub24','top0','Bali','http://www.divinginbali.com')
oCMenu.makeMenu('sub25','top0','Maumere - Alor','http://www.liveaboarddiving.net/Komodo_dancer_Flores_liveaboard.html')
oCMenu.makeMenu('sub26','top0','Wakatobi resort','http://www.wakatobiresort.liveaboarddiving.net')
oCMenu.makeMenu('sub27','top0','Thailand','http://www.thailand.liveaboarddiving.net/')
oCMenu.makeMenu('sub28','top0','Maldives','http://www.divingthemaldives.com')
oCMenu.makeMenu('sub29','top0','Burma / Myanmar','http://www.divinginburma.com')
oCMenu.makeMenu('sub30','top0','India - Andaman islands','http://www.andamanislands.liveaboarddiving.net')

	

	oCMenu.makeMenu('top8','','Schedules','')
	oCMenu.makeMenu('sub31','top8','All Indonesian schedules','http://www.liveaboarddiving.net/Indonesia_schedules.html')
	oCMenu.makeMenu('sub32','top8','Arenui - Komodo','http://www.arenui.liveaboarddiving.net#schedule')
	oCMenu.makeMenu('sub33','top8','Black Manta - Komodo','http://www.blackmanta.liveaboarddiving.net#schedule-K')
	oCMenu.makeMenu('sub34','top8','Damai - Komodo','http://www.damai.liveaboarddiving.net#schedule')
	oCMenu.makeMenu('sub35','top8','Komodo Dancer - Komodo','http://www.komododancer.liveaboarddiving.net#schedule')
    oCMenu.makeMenu('sub36','top8','Mermaid1 - Komodo','http://www.mermaid1.liveaboarddiving.net/Komodo.html#schedule')
    oCMenu.makeMenu('sub37','top8','Mermaid2 - Komodo','http://www.mermaid2.liveaboarddiving.net/Komodo.html#schedule')
	oCMenu.makeMenu('sub38','top8','Ondina - Komodo','http://www.ondina.liveaboarddiving.net#schedule')
	oCMenu.makeMenu('sub39','top8','Pindito - Komodo','http://www.pindito.liveaboarddiving.net#schedule')
	oCMenu.makeMenu('sub40','top8','Queen Scuba - Komodo','http://www.queenscuba.liveaboarddiving.net#schedule-K')
	oCMenu.makeMenu('sub41','top8','Seahorse - Komodo','http://www.seahorse.liveaboarddiving.net#schedule')
	oCMenu.makeMenu('sub42','top8','Seven seas - Komodo','http://www.sevenseas.liveaboarddiving.net#schedule')
	oCMenu.makeMenu('sub43','top8','Tambora - Komodo','http://www.tambora.liveaboarddiving.net#schedule')
    
	oCMenu.makeMenu('sub47','top8','Maumere','http://www.liveaboarddiving.net/Indonesia_schedules.html')
	        oCMenu.makeMenu('sub041','sub47','Arenui','http://www.arenui.liveaboarddiving.net#schedule')
	        oCMenu.makeMenu('sub042','sub47','Black Manta','http://www.blackmanta.liveaboarddiving.net#schedule-K')
	        oCMenu.makeMenu('sub043','sub47','Damai','http://www.damai.liveaboarddiving.net#schedule')
            oCMenu.makeMenu('sub044','sub47','Komodo Dancer','http://www.komododancer.liveaboarddiving.net#schedule')
        	oCMenu.makeMenu('sub045','sub47','Pindito','http://www.pindito.liveaboarddiving.net#schedule')
        	oCMenu.makeMenu('sub046','sub47','Seahorse','http://www.seahorse.liveaboarddiving.net#schedule')
        	oCMenu.makeMenu('sub047','sub47','Seven seas','http://www.sevenseas.liveaboarddiving.net#schedule')
        	oCMenu.makeMenu('sub048','sub47','Tambora','http://www.tambora.liveaboarddiving.net#schedule')

	oCMenu.makeMenu('sub48','top8','Raja Ampat','http://www.liveaboarddiving.net/Indonesia_schedules.html')
	        oCMenu.makeMenu('sub051','sub48','Arenui','http://www.arenui.liveaboarddiving.net#schedule')
	        oCMenu.makeMenu('sub052','sub48','Black Manta','http://www.blackmanta.liveaboarddiving.net#schedule-K')
	        oCMenu.makeMenu('sub053','sub48','Damai','http://www.damai.liveaboarddiving.net#schedule')
	        oCMenu.makeMenu('sub054','sub48','Mermaid1','http://www.mermaid1.liveaboarddiving.net/Raja_Ampat.html#schedule')
	        oCMenu.makeMenu('sub055','sub48','Paradise Dancer','http://www.paradisedancer.liveaboarddiving.net#schedule')
        	oCMenu.makeMenu('sub056','sub48','Ondina','http://www.ondina.liveaboarddiving.net#schedule')
        	oCMenu.makeMenu('sub057','sub48','Pindito','http://www.pindito.liveaboarddiving.net#schedule')
        	oCMenu.makeMenu('sub058','sub48','Seahorse','http://www.seahorse.liveaboarddiving.net#schedule')

        	oCMenu.makeMenu('sub059','sub48','Seven Seas','http://www.sevenseas.liveaboarddiving.net#schedule')
        	oCMenu.makeMenu('sub060','sub48','Tambora','http://www.tambora.liveaboarddiving.net#schedule')
	oCMenu.makeMenu('sub52','top8','Sulawesi','http://www.liveaboarddiving.net/Indonesia_schedules.html')
    		oCMenu.makeMenu('sub060','sub52','Paradise Dancer','http://www.paradisedancer.liveaboarddiving.net#schedule')
	    	oCMenu.makeMenu('sub061','sub52','Pelagian','http://www.pelagian.liveaboarddiving.net/#schedule')
    	    oCMenu.makeMenu('sub062','sub52','Wakatobi resort','http://www.wakatobiresort.liveaboarddiving.net#dates')
     	
     	

	oCMenu.makeMenu('top2','',' Prices','')
	oCMenu.makeMenu('sub60','top2','Arenui - Indonesia','http://www.arenui.liveaboarddiving.net#prices')
	oCMenu.makeMenu('sub61','top2','Black Manta - Indonesia','http://www.blackmanta.liveaboarddiving.net#prices-K')
	oCMenu.makeMenu('sub62','top2','Damai - Indonesia','http://www.damai.liveaboarddiving.net#prices')
	oCMenu.makeMenu('sub63','top2','Komodo Dancer','http://www.komododancer.liveaboarddiving.net#prices')
    oCMenu.makeMenu('sub64','top2','Mermaid1','http://www.mermaid1.liveaboarddiving.net/Komodo.html#prices')
    oCMenu.makeMenu('sub65','top2','Mermaid2','http://www.mermaid2.liveaboarddiving.net/Komodo.html#prices')
	oCMenu.makeMenu('sub66','top2','Ondina','http://www.ondina.liveaboarddiving.net#prices')
	oCMenu.makeMenu('sub67','top2','Pindito','http://www.pindito.liveaboarddiving.net#prices')
	oCMenu.makeMenu('sub68','top2','Queen Scuba','http://www.queenscuba.liveaboarddiving.net#prices-K')
	oCMenu.makeMenu('sub69','top2','Seahorse','http://www.seahorse.liveaboarddiving.net#prices')
	oCMenu.makeMenu('sub70','top2','Seven Seas','http://www.sevenseas.liveaboarddiving.net#prices')
	oCMenu.makeMenu('sub71','top2','Tambora','http://www.tambora.liveaboarddiving.net#prices')
	oCMenu.makeMenu('sub72','top2','Special offers','http://www.liveaboarddiving.net/deals.html#Indonesia')

oCMenu.makeMenu('top3','','Photos','')
oCMenu.makeMenu('sub101','top3','Burma','http://www.liveaboarddiving.net/Burma-pictures.html')
oCMenu.makeMenu('sub102','top3','Indonesia - Komodo','http://www.liveaboarddiving.net/Komodo2009.htm')
oCMenu.makeMenu('sub103','top3','Indonesia - Lembeh','http://www.liveaboarddiving.net/Lembeh-strait.htm')
oCMenu.makeMenu('sub104','top3','Indonesia - Manado','http://www.liveaboarddiving.net/Manado-Bunaken.htm')
oCMenu.makeMenu('sub105','top3','Indonesia - Raja Ampat','http://www.liveaboarddiving.net/Raja_Ampat.htm')
oCMenu.makeMenu('sub106','top3','Maldives - general','http://www.liveaboarddiving.net/Maldives2010.htm')
oCMenu.makeMenu('sub107','top3','Maldives - Hanifaru','http://www.liveaboarddiving.net/Hanifaru.htm')
oCMenu.makeMenu('sub108','top3','Palau','http://www.liveaboarddiving.net/Palau.htm')
oCMenu.makeMenu('sub109','top3','Thailand - Similans','http://www.liveaboarddiving.net/Thailand2009.htm')
oCMenu.makeMenu('sub110','top3','Thailand - Hin Daeng','http://www.liveaboarddiving.net/Thailand2009.htm')


    oCMenu.makeMenu('top7','',' Contact','')
	oCMenu.makeMenu('sub131','top7','info@liveaboarddiving.net','mailto:info@liveaboarddiving.net')
	oCMenu.makeMenu('sub132','top7','Inquiry','http://www.liveaboarddiving.net/inquiries2.html')
	oCMenu.makeMenu('sub133','top7','Contact details','http://www.liveaboarddiving.net/contactdetails.html')
	oCMenu.makeMenu('sub134','top7','About us','http://www.liveaboarddiving.net/about_us.html')
	oCMenu.makeMenu('sub135','top7','Receive the latest offers email','http://www.liveaboarddiving.net/offers.html')





//Leave this line - it constructs the menu
oCMenu.construct()	
