//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=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



//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].height=20 

oCMenu.level[0].regClass="clLevel0"

oCMenu.level[0].overClass="clLevel0over"

oCMenu.level[0].borderX=2

oCMenu.level[0].borderY=0

oCMenu.level[0].borderClass="clLevel0border"

oCMenu.level[0].offsetX=-2

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"

oCMenu.level[0].slidepx=8

oCMenu.level[0].slidetim=25



//SUB LEVEL[1] PROPERTIES

oCMenu.level[1]=new cm_makeLevel()

oCMenu.level[1].width=oCMenu.level[0].width

oCMenu.level[1].height=18

oCMenu.level[1].regClass="clLevel1"

oCMenu.level[1].overClass="clLevel1over"

oCMenu.level[1].borderX=2

oCMenu.level[1].borderY=2

oCMenu.level[1].align="right" 

oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+40

oCMenu.level[1].offsetY=2

oCMenu.level[1].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('top0','','HOME','http://www.manntheatres.com/index.php','',65)

	

oCMenu.makeMenu('top1','','TICKETS, SHOWTIMES, &amp; INFO','http://www.manntheatres.com/movies/index.php','',217)

	oCMenu.makeMenu('sub10','top1','Locations &amp; Showtimes','http://www.manntheatres.com/theatres.php','',217)
	
    oCMenu.makeMenu('sub12','top1','DTS-ACCESS Showtimes','http://www.manntheatres.com/movies/dtsaccess.php','',217)
	
	oCMenu.makeMenu('sub14','top1','Current Promotions','http://www.manntheatres.com/promo/index.php','',217)

	oCMenu.makeMenu('sub15','top1','Gift Certificates','http://www.manntheatres.com/movies/giftcertificates.php','',217)

	oCMenu.makeMenu('sub16','top1','VIP Lounge','http://www.manntheatres.com/movies/vip.php','',217)
	
	//oCMenu.makeMenu('sub16','top1','MPAA Movie Ratings','http://www.manntheatres.com/movies/ratings.php','',217)

	

	

oCMenu.makeMenu('top2','','PREMIERES','http://www.manntheatres.com/premieres/index.php','',130)

	oCMenu.makeMenu('sub21','top2','Recent Premieres','http://www.manntheatres.com/premieres/index.php','',130)

	oCMenu.makeMenu('sub22','top2','Upcoming Events','http://www.manntheatres.com/premieres/upcoming.php','',130)

	oCMenu.makeMenu('sub23','top2','Host a Premiere','http://www.manntheatres.com/premieres/host.php','',130)



oCMenu.makeMenu('top3','','GRAUMAN&acute;S CHINESE','http://www.manntheatres.com/chinese/index.php','',175)
	
	oCMenu.makeMenu('sub30','top3','History','http://www.manntheatres.com/chinese/index.php','',175)

	oCMenu.makeMenu('sub31','top3','Web Cam','http://www.manntheatres.com/webcam/index.php','',175)
	
	oCMenu.makeMenu('sub32','top3','VIP Tours','http://www.manntheatres.com/chinese/tours.php','',175)

	oCMenu.makeMenu('sub33','top3','Footprint Ceremonies','http://www.manntheatres.com/chinese/ceremonies.php','',175)

	oCMenu.makeMenu('sub34','top3','Forecourt Map','http://www.manntheatres.com/chinese/forecourt.php','',175)



oCMenu.makeMenu('top4','','ABOUT US','http://www.manntheatres.com/about/index.php','',130)

	oCMenu.makeMenu('sub40','top4','Corporate Info','http://www.manntheatres.com/about/index.php','',130)

	oCMenu.makeMenu('sub41','top4','Employment','http://www.manntheatres.com/about/employment.php','',130)

	oCMenu.makeMenu('sub42','top4','Partners','http://www.manntheatres.com/about/partners.php','',130)

	oCMenu.makeMenu('sub44','top4','Privacy Notice','http://www.manntheatres.com/about/privacy.php','',130)

	oCMenu.makeMenu('sub45','top4','Press Center','http://www.manntheatres.com/about/press.php','',130)

	oCMenu.makeMenu('sub46','top4','Contact Us','http://www.manntheatres.com/about/contact.php','',130)
	
	//oCMenu.makeMenu('sub46','top4','Email Newsletters','http://www.manntheatres.com/about/email.php','',130)

	

//This constructs the menu

oCMenu.construct()