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

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=0
oCMenu.fromTop=235
if (bw.ie) oCMenu.fromTop=235
oCMenu.rows=1 
oCMenu.menuPlacement="center"
                                                             
oCMenu.offlineRoot="file://C|/home/dreamcat/public_html"
oCMenu.onlineRoot="/" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="/images/indent.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=110
oCMenu.level[0].height=17 
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=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"

//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=16
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=-2
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=16
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"


/******************************************
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('top0','','Hotel','http://www.dreamcatchersbnb.com/about-dreamcatchers.html','')
	oCMenu.makeMenu('sub001','top0','About Dreamcatchers','http://www.dreamcatchersbnb.com/about-dreamcatchers.html','')
	oCMenu.makeMenu('sub002','top0','Facilities','http://www.dreamcatchersbnb.com/hotel-facilities.html','')
	oCMenu.makeMenu('sub003','top0','Location','http://www.dreamcatchersbnb.com/location.html','')
	oCMenu.makeMenu('sub005','top0','Reservations','http://www.dreamcatchersbnb.com/reservations.html','')
	oCMenu.makeMenu('sub008','top0','Photo Gallery','http://www.dreamcatchersbnb.com/gallery.html','')
		oCMenu.makeMenu('sub0084','sub008','Swimming Pool','http://www.dreamcatchersbnb.com/gallery_swimming-pool.html','')
		oCMenu.makeMenu('sub0085','sub008','Living/Dining Area','http://www.dreamcatchersbnb.com/gallery_living-dining-area.html','')
		oCMenu.makeMenu('sub0086','sub008','Kitchen','http://www.dreamcatchersbnb.com/gallery_kitchen.html','')
		oCMenu.makeMenu('sub0087','sub008','Outside Areas','http://www.dreamcatchersbnb.com/gallery_outside.html','')

oCMenu.makeMenu('top1','','Rooms','http://www.dreamcatchersbnb.com/rooms.html','')
	oCMenu.makeMenu('sub011','top1','Junior Suite','http://www.dreamcatchersbnb.com/rooms_junior-suite-king-size.html','')
	oCMenu.makeMenu('sub012','top1','Queen Room','http://www.dreamcatchersbnb.com/rooms_queen-room.html','')
	oCMenu.makeMenu('sub013','top1','Twin Deluxe Room','http://www.dreamcatchersbnb.com/rooms_twin-deluxe-room.html','')
	oCMenu.makeMenu('sub014','top1','Reservations','http://www.dreamcatchersbnb.com/reservations.html','')
	oCMenu.makeMenu('sub018','top1','Photo Gallery','http://www.dreamcatchersbnb.com/gallery.html','')
		oCMenu.makeMenu('sub00181','sub018','Junior Suite','http://www.dreamcatchersbnb.com/gallery_junior-suite.html','')
		oCMenu.makeMenu('sub00182','sub018','Queen Room','http://www.dreamcatchersbnb.com/gallery_queen-room.html','')
		oCMenu.makeMenu('sub00183','sub018','Twin Deluxe Room','http://www.dreamcatchersbnb.com/gallery_twin-deluxe-room.html','')

oCMenu.makeMenu('top2','','Rates','http://www.dreamcatchersbnb.com/room_rates.html','')
	oCMenu.makeMenu('sub020','top2','Room Rates','http://www.dreamcatchersbnb.com/room-rates.html','')
	oCMenu.makeMenu('sub021','top2','Specials','http://www.dreamcatchersbnb.com/specials.html','')
		oCMenu.makeMenu('sub00211','sub021',"Valentine's Day Special",'http://www.dreamcatchersbnb.com/specials_valentines_day.html','')
		oCMenu.makeMenu('sub00212','sub021','Pool-Leisure Package','http://www.dreamcatchersbnb.com/specials_pool-leisure-package.html','')
		oCMenu.makeMenu('sub00213','sub021','Low-Season Special','http://www.dreamcatchersbnb.com/specials_low_season.html','')
	oCMenu.makeMenu('sub022','top2','Reservations','http://www.dreamcatchersbnb.com/reservations.html','')

oCMenu.makeMenu('top3','','Reviews','http://www.dreamcatchersbnb.com/reviews.html','')
	oCMenu.makeMenu('sub030','top3','Guest Comments','http://www.dreamcatchersbnb.com/recommendations.html','')
	oCMenu.makeMenu('sub031','top3','Lanna Homes Article','http://www.dreamcatchersbnb.com/lanna-homes-cover-story.html','')
	oCMenu.makeMenu('sub032','top3','Trip Advisor Coverage','http://www.tripadvisor.com/Hotel_Review-g293917-d779618-Reviews-Dreamcatchers_B_B-Chiang_Mai.html','')

oCMenu.makeMenu('top4','','Reservations','http://www.dreamcatchersbnb.com/reservations.html','')

oCMenu.makeMenu('top5','','Contact Us','http://www.dreamcatchersbnb.com/contact-us.html','')

oCMenu.makeMenu('top6','','Home','http://www.dreamcatchersbnb.com/index.html','')

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