/******************* MENU NUMBER 1 **********************************/

/***
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

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

//Menu properties
oCMenu.pxBetween=0
oCMenu.fromLeft=50
oCMenu.fromTop=83
oCMenu.rows=1
oCMenu.menuPlacement=0


//oCMenu.offlineRoot="file:///F|/Freelance Projects/JJDance Creative/"
oCMenu.offlineRoot="E:/Website2/"
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1
oCMenu.wait=300
oCMenu.fillImg="/images/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=110
oCMenu.level[0].height=18
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=-1
oCMenu.level[0].offsetY=-1
oCMenu.level[0].rows=0
oCMenu.level[0].align="bottom"
oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.3)" 

//Level 1

oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=110
oCMenu.level[1].height=18
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=-1
oCMenu.level[1].offsetY=-1
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].arrow="/images/navArrow1.gif"
oCMenu.level[1].arrowWidth=5
oCMenu.level[1].arrowHeight=6

//Level 2

oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=110
oCMenu.level[2].height=18
oCMenu.level[2].regClass="clLevel1"
oCMenu.level[2].overClass="clLevel1over"
oCMenu.level[2].borderX=1
oCMenu.level[2].borderY=1
oCMenu.level[2].align="right"
oCMenu.level[2].offsetX=-1
oCMenu.level[2].offsetY=-1
oCMenu.level[2].borderClass="clLevel1border"
oCMenu.level[2].arrow="/images/navArrow1.gif"
oCMenu.level[2].arrowWidth=5
oCMenu.level[2].arrowHeight=6


/******************************************
Menu item creation: Top
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
*************************************/
oCMenu.makeMenu('top0','','&nbsp;&nbsp;&nbsp;Home','/index.html','','52','','','')


oCMenu.makeMenu('top1','','&nbsp;&nbsp;&nbsp;About Us','','','69','','','')
	oCMenu.makeMenu('sub10','top1','&nbsp;&nbsp;John & Josephine Profile','/about/profile.html','','160','','','')
	oCMenu.makeMenu('sub11','top1','&nbsp;&nbsp;Felix & Molly Profile','/about/profile_felix.html','','160','','','')
	oCMenu.makeMenu('sub12','top1','&nbsp;&nbsp;Contact Us','/about/contact.html','','160','','','')
	oCMenu.makeMenu('sub13','top1','&nbsp;&nbsp;Studio & Shop','/about/studio.html','','160','','','')
	oCMenu.makeMenu('sub14','top1','&nbsp;&nbsp;History of Dances','/about/dances.html','','160','','','')

oCMenu.makeMenu('top2','','&nbsp;&nbsp;&nbsp;Dance Classes','','','100','','','')
	oCMenu.makeMenu('sub20','top2','&nbsp;&nbsp;Ballroom & Latin Classes','/danceClasses.html','','150','','','')
	oCMenu.makeMenu('sub21','top2','&nbsp;&nbsp;Wedding Classes','/Weddingdance.html','','150','','','')
	oCMenu.makeMenu('sub22','top2','&nbsp;&nbsp;History of of Dances','/about/dances.html','','150','','','')



oCMenu.makeMenu('top3','','&nbsp;&nbsp;&nbsp;Upcoming Events','','','120','','','')
	//CMenu.makeMenu('sub30','top3','&nbsp;&nbsp;Singapore Millennium 2009','','','170','')
	
		//oCMenu.makeMenu('sub300','sub30','&nbsp;&nbsp;Poster','/events/sg_mil/poster2009.html','','150','')
		//oCMenu.makeMenu('sub301','sub30','&nbsp;&nbsp;Dancers','/events/sg_mil/dancers2007.html','','150','')
		//CMenu.makeMenu('sub302','sub30','&nbsp;&nbsp;Adjudicators','/events/sg_mil/judges2008.html','','150','')
		//oCMenu.makeMenu('sub303','sub30','&nbsp;&nbsp;Competition Venue','/events/sg_mil/Venue2009.html','','150','')
		//oCMenu.makeMenu('sub304','sub30','&nbsp;&nbsp;Official Hotel','/events/sg_mil/officialhotel2009.html','','150','')
		//oCMenu.makeMenu('sub305','sub30','&nbsp;&nbsp;Artistes','/events/sg_mil/guestartistes2009-2.html','','150','')
		//oCMenu.makeMenu('sub306','sub30','&nbsp;&nbsp;Entry Form','/events/sg_mil/events2009.html','','150','')
		//oCMenu.makeMenu('sub307','sub30','&nbsp;&nbsp;Dinner Ticket','/events/sg_mil/ticket2009.html','','150','')
	
	//oCMenu.makeMenu('sub31','top3','&nbsp;&nbsp;Malaysian Millennium 2006','','','170','')
		//oCMenu.makeMenu('sub310','sub31','&nbsp;&nbsp;Date','/events/mal_mil/mm2005 poster.html','','150','')
		//oCMenu.makeMenu('sub311','sub31','&nbsp;&nbsp;Venue','/events/mal_mil/mm2006venue.html','','150','')
		//oCMenu.makeMenu('sub312','sub31','&nbsp;&nbsp;Dancers','/events/mal_mil/mmdancers.html','','150','')
		//oCMenu.makeMenu('sub313','sub31','&nbsp;&nbsp;Official Hotel','/events/mal_mil/mmofficialhotel.html','','150','')
		//oCMenu.makeMenu('sub314','sub31','&nbsp;&nbsp;Artistes','/events/mal_mil/mm2005guestartistes','','150','')
		//oCMenu.makeMenu('sub315','sub31','&nbsp;&nbsp;Entry Form','/events/mal_mil/mm2006eventsCashPrizes.html','','150','')
		
	oCMenu.makeMenu('sub32','top3','&nbsp;&nbsp;Medal Tests','','','170','')
		//oCMenu.makeMenu('sub320','sub32','&nbsp;&nbsp;NATD','/events/medal_test/natd2008.html','','125','')
		oCMenu.makeMenu('sub321','sub32','&nbsp;&nbsp;UKA','/events/medal_test/uka2010.html','','125','')
		
	oCMenu.makeMenu('sub33','top3','&nbsp;&nbsp;Tanz Gala','/events/tanz_gala/2010.html','','170','')
	//oCMenu.makeMenu('sub34','top3','&nbsp;&nbsp;Upper Club','/events/Upper Club/index_upperclub.html','','170','')
	
	
	
oCMenu.makeMenu('top4','','&nbsp;&nbsp;&nbsp;Shopping Mall','/mall/mall_index.html','','98','','','')
	oCMenu.makeMenu('sub40','top4','&nbsp;&nbsp;Shoes','','','98','')
		oCMenu.makeMenu('sub400','sub40',"&nbsp;&nbsp;Supadance",'','','95','')
			oCMenu.makeMenu('sub4000','sub400',"&nbsp;&nbsp;2009 New Model",'/mall/danceshoe/supadance/lad_ball3.html','','100','')
			oCMenu.makeMenu('sub4001','sub400',"&nbsp;&nbsp;2007-2008 Model",'/mall/danceshoe/supadance/new_lad3.html','','100','')
			oCMenu.makeMenu('sub4002','sub400',"&nbsp;&nbsp;Men's Modern",'/mall/danceshoe/supadance/men_ball.html','','100','')
			oCMenu.makeMenu('sub4003','sub400',"&nbsp;&nbsp;Men's Latin",'/mall/danceshoe/supadance/men_lat.html','','100','')
			oCMenu.makeMenu('sub4004','sub400',"&nbsp;&nbsp;Ladies' Modern",'/mall/danceshoe/supadance/lad_ball.html','','100','')
			oCMenu.makeMenu('sub4005','sub400',"&nbsp;&nbsp;Ladies' Latin",'/mall/danceshoe/supadance/lad_lat.html','','100','')
		oCMenu.makeMenu('sub401','sub40',"&nbsp;&nbsp;DANSport",'','','95','')
			//oCMenu.makeMenu('sub4010','sub401',"&nbsp;&nbsp;Men's Modern",'/mall/danceshoe/international/men_ball.html','','100','')
			//oCMenu.makeMenu('sub4011','sub401',"&nbsp;&nbsp;Men's Latin",'/mall/danceshoe/international/men_lat.html','','100','')
			//oCMenu.makeMenu('sub4012','sub401',"&nbsp;&nbsp;Ladies' Modern",'/mall/danceshoe/international/lad_ball.html','','100','')
			//oCMenu.makeMenu('sub4013','sub401',"&nbsp;&nbsp;Ladies' Latin",'/mall/danceshoe/international/lad_lat.html','','100','')
			oCMenu.makeMenu('sub4010','sub401',"&nbsp;&nbsp;DANSport Ladies",'/mall/danceshoe/international/Dans lad men-2.html','','110','')
			oCMenu.makeMenu('sub4011','sub401',"&nbsp;&nbsp;DANSport Mens",'/mall/danceshoe/international/Dans lad men-3.html','','110','')
			oCMenu.makeMenu('sub4012','sub401',"&nbsp;&nbsp;DANSport",'/mall/danceshoe/international/Dans lad men.html','','110','')
		oCMenu.makeMenu('sub402','sub40',"&nbsp;&nbsp;Freed",'','','95','')
			oCMenu.makeMenu('sub4020','sub402',"&nbsp;&nbsp;Unisex Jazz",'/mall/danceshoe/freed/jazz.html','','100','')
			oCMenu.makeMenu('sub4021','sub402',"&nbsp;&nbsp;Men's Modern",'/mall/danceshoe/freed/men_ball.html','','100','')
			oCMenu.makeMenu('sub4022','sub402',"&nbsp;&nbsp;Men's Latin",'/mall/danceshoe/freed/men_lat.html','','100','')
			oCMenu.makeMenu('sub4023','sub402',"&nbsp;&nbsp;Ladies' Modern",'/mall/danceshoe/freed/lad_ball.html','','100','')
			oCMenu.makeMenu('sub4024','sub402',"&nbsp;&nbsp;Ladies' Latin",'/mall/danceshoe/freed/lad_lat.html','','100','')
		oCMenu.makeMenu('sub403','sub40',"&nbsp;&nbsp;DanceAmo",'','','95','')
			oCMenu.makeMenu('sub4031','sub403',"&nbsp;&nbsp;Ladies' Shoe",'/mall/danceshoe/DanceAmo/lad.html','','100','')
			oCMenu.makeMenu('sub4032','sub403',"&nbsp;&nbsp;Men's Shoe",'/mall/danceshoe/DanceAmo/Men.html','','100','')
		//oCMenu.makeMenu('sub404','sub40',"&nbsp;&nbsp; J & J",'/mall/danceshoe/jjshoe/jj_lad_men.html','','95','')	
		oCMenu.makeMenu('sub404','sub40',"&nbsp;&nbsp; OBS Sneaker",'/mall/danceshoe/OBS.html','','95','')
		oCMenu.makeMenu('sub405','sub40',"&nbsp;&nbsp; Sizes charts",'/mall/danceshoe/Size.html','','95','')
		
	oCMenu.makeMenu('sub41','top4','&nbsp;&nbsp;CDs &amp; DVDs','/mall/cdvideo/dvd.html','','98','')
		oCMenu.makeMenu('sub410','sub41',"&nbsp;&nbsp;DVDs & Videos",'/mall/cdvideo/dvd12.html','','98','')	
		oCMenu.makeMenu('sub411','sub41',"&nbsp;&nbsp;CDs",'/mall/cdvideo/music6.html','','98','')
	oCMenu.makeMenu('sub42','top4','&nbsp;&nbsp;Dance Wear','/mall/wear/wear3.html','','98','')
		oCMenu.makeMenu('sub420','sub42',"&nbsp;&nbsp;Men's Wear",'/mall/wear/menwear_2.html','','90','')
		oCMenu.makeMenu('sub421','sub42',"&nbsp;&nbsp;Ladies' Wear",'/mall/wear/wear6.html','','90','')
	oCMenu.makeMenu('sub43','top4','&nbsp;&nbsp;DC Collection','/mall/danceshoe/Accessories1.html','','98','')
	oCMenu.makeMenu('sub44','top4',"&nbsp;&nbsp; Accessories",'/mall/danceshoe/Accessories.html','','98','')	

oCMenu.makeMenu('top5','','&nbsp;&nbsp;&nbsp;Flash Back','','','78','','','')
	oCMenu.makeMenu('sub50','top5','&nbsp;&nbsp;Singapore Millennium','','','150','')
		oCMenu.makeMenu('sub500','sub50','&nbsp;&nbsp;Results','','','65','')
		
		    oCMenu.makeMenu('sub5000','sub500','&nbsp;&nbsp;2009 Std & Lat','/flashback/sg_mil/sm_result/results_standard_2009.html','','90','')
			oCMenu.makeMenu('sub5001','sub500','&nbsp;&nbsp;2008 Std & Lat','/flashback/sg_mil/sm_result/results_standard_2008.html','','90','')
		    oCMenu.makeMenu('sub5002','sub500','&nbsp;&nbsp;2007 Standard','/flashback/sg_mil/sm_result/results_standard_2007.html','','90','')
			//oCMenu.makeMenu('sub5002','sub500','&nbsp;&nbsp;2007 Latin','/flashback/sg_mil/sm_result/results_latin_2007.html','','90','')
		    oCMenu.makeMenu('sub5003','sub500','&nbsp;&nbsp;2006 Standard','/flashback/sg_mil/sm_result/results_standard_2006.html','','90','')
			//oCMenu.makeMenu('sub5004','sub500','&nbsp;&nbsp;2006 Latin','/flashback/sg_mil/sm_result/results_latin_2006.html','','90','')
			oCMenu.makeMenu('sub5004','sub500','&nbsp;&nbsp;2005 Standard','/flashback/sg_mil/sm_result/results_standard_2005.html','','90','')
			//oCMenu.makeMenu('sub5006','sub500','&nbsp;&nbsp;2005 Latin','/flashback/sg_mil/sm_result/results_latin_2005.html','','90','')
			oCMenu.makeMenu('sub5005','sub500','&nbsp;&nbsp;2004 Standard','/flashback/sg_mil/sm_result/results_standard_2004.html','','90','')
			//oCMenu.makeMenu('sub5008','sub500','&nbsp;&nbsp;2004 Latin','/flashback/sg_mil/sm_result/results_latin_2004.html','','90','')
			oCMenu.makeMenu('sub5006','sub500','&nbsp;&nbsp;2003 Standard','/flashback/sg_mil/sm_result/results_standard_2003.html','','90','')
			//oCMenu.makeMenu('sub5010','sub500','&nbsp;&nbsp;2003 Latin','/flashback/sg_mil/sm_result/results_latin_2003.html','','90','')
			oCMenu.makeMenu('sub5007','sub500','&nbsp;&nbsp;2002 Standard','/flashback/sg_mil/sm_result/results_standard_2002.html','','90','')
			//oCMenu.makeMenu('sub5011','sub500','&nbsp;&nbsp;2002 Latin','/flashback/sg_mil/sm_result/results_latin_2002.html','','90','')
			oCMenu.makeMenu('sub5008','sub500','&nbsp;&nbsp;2001 Standard','/flashback/sg_mil/sm_result/results_standard_2001.html','','90','')
			//oCMenu.makeMenu('sub5011','sub500','&nbsp;&nbsp;2001 Latin','/flashback/sg_mil/sm_result/results_latin_2001.html','','90','')
			oCMenu.makeMenu('sub5009','sub500','&nbsp;&nbsp;2000 Standard','/flashback/sg_mil/sm_result/results_standard_2000.html','','90','')
			//oCMenu.makeMenu('sub5011','sub500','&nbsp;&nbsp;2000 Latin','/flashback/sg_mil/sm_result/results_latin_2000.html','','90','')
			
		oCMenu.makeMenu('sub501','sub50','&nbsp;&nbsp;Gallery','','','65','')
			oCMenu.makeMenu('sub5010','sub501','&nbsp;&nbsp;2009','/flashback/sg_mil/sm_gal/2009_1.html','','40','')
			oCMenu.makeMenu('sub5011','sub501','&nbsp;&nbsp;2008','/flashback/sg_mil/sm_gal/2008_1.html','','40','')
			oCMenu.makeMenu('sub5012','sub501','&nbsp;&nbsp;2007','/flashback/sg_mil/sm_gal/2007_1.html','','40','')
			oCMenu.makeMenu('sub5013','sub501','&nbsp;&nbsp;2006','/flashback/sg_mil/sm_gal/2006_1.html','','40','')
			oCMenu.makeMenu('sub5014','sub501','&nbsp;&nbsp;2005','/flashback/sg_mil/sm_gal/2005_1.html','','40','')
			oCMenu.makeMenu('sub5015','sub501','&nbsp;&nbsp;2004','/flashback/sg_mil/sm_gal/2004_1.html','','40','')
			oCMenu.makeMenu('sub5016','sub501','&nbsp;&nbsp;2003','/flashback/sg_mil/sm_gal/2003_1.html','','40','')
			oCMenu.makeMenu('sub5017','sub501','&nbsp;&nbsp;2002','/flashback/sg_mil/sm_gal/2002_1.html','','40','')
			oCMenu.makeMenu('sub5018','sub501','&nbsp;&nbsp;2001','/flashback/sg_mil/sm_gal/2001_1.html','','40','')
			oCMenu.makeMenu('sub5019','sub501','&nbsp;&nbsp;2000','/flashback/sg_mil/sm_gal/2000_1.html','','40','')
			
			
	oCMenu.makeMenu('sub51','top5','&nbsp;&nbsp;Medal Tests','','','150','')
		
		oCMenu.makeMenu('sub512','sub51','&nbsp;&nbsp;UKA','/flashback/medaltest/uka2010.html','','40','')
		oCMenu.makeMenu('sub510','sub51','&nbsp;&nbsp;NATD','/flashback/medaltest/natd2007.html','','40','')
	oCMenu.makeMenu('sub52','top5','&nbsp;&nbsp;Tanz Gala','','','150','')
		oCMenu.makeMenu('sub519','sub52','&nbsp;&nbsp;2008','/flashback/tanzgala/2008_1.html','','60','')
		oCMenu.makeMenu('sub520','sub52','&nbsp;&nbsp;2007','/flashback/tanzgala/2007_1.html','','60','')
		oCMenu.makeMenu('sub521','sub52','&nbsp;&nbsp;2006','/flashback/tanzgala/2006_1.html','','60','')
		oCMenu.makeMenu('sub522','sub52','&nbsp;&nbsp;2005','/flashback/tanzgala/2005_1.html','','60','')
		oCMenu.makeMenu('sub523','sub52','&nbsp;&nbsp;2004','/flashback/tanzgala/2004_1.html','','60','')
		oCMenu.makeMenu('sub524','sub52','&nbsp;&nbsp;2003','/flashback/tanzgala/2003_1.html','','60','')
		oCMenu.makeMenu('sub525','sub52','&nbsp;&nbsp;2002','/flashback/tanzgala/2002.html','','60','')
		oCMenu.makeMenu('sub526','sub52','&nbsp;&nbsp;2000-01','/flashback/tanzgala/2000-2001.html','','60','')
		oCMenu.makeMenu('sub527','sub52','&nbsp;&nbsp;1995-99','/flashback/tanzgala/96_00.html','','60','')
		
	oCMenu.makeMenu('sub53','top5','&nbsp;&nbsp;Activities','','','150','')
		oCMenu.makeMenu('sub530','sub53','&nbsp;&nbsp;2010','/flashback/Activities/2010_4.html','','40','')
		oCMenu.makeMenu('sub531','sub53','&nbsp;&nbsp;2009','/flashback/Activities/2009_1.html','','40','')
		oCMenu.makeMenu('sub532','sub53','&nbsp;&nbsp;2008','/flashback/Activities/2008_1.html','','40','')
		oCMenu.makeMenu('sub533','sub53','&nbsp;&nbsp;2007','/flashback/Activities/2007_13.html','','40','')
		oCMenu.makeMenu('sub534','sub53','&nbsp;&nbsp;2006','/flashback/Activities/2006_1.html','','40','')
		oCMenu.makeMenu('sub535','sub53','&nbsp;&nbsp;2005','/flashback/Activities/2005_1.html','','40','')
		oCMenu.makeMenu('sub536','sub53','&nbsp;&nbsp;2004','/flashback/Activities/2004_1.html','','40','')
		oCMenu.makeMenu('sub537','sub53','&nbsp;&nbsp;2003','/flashback/Activities/2003_1.html','','40','')
		oCMenu.makeMenu('sub538','sub53','&nbsp;&nbsp;2002','/flashback/Activities/2002.html','','40','')
		oCMenu.makeMenu('sub539','sub53','&nbsp;&nbsp;2001','/flashback/Activities/2001.html','','40','')
		oCMenu.makeMenu('sub540','sub53','&nbsp;&nbsp;2000','/flashback/Activities/2000_1.html','','40','')
		oCMenu.makeMenu('sub541','sub53','&nbsp;&nbsp;97-99','/flashback/Activities/97-99.html','','40','')
	
oCMenu.makeMenu('top6','','&nbsp;&nbsp;&nbsp;Dance Articles','','','104','','','')
	//oCMenu.makeMenu('sub60','top6','&nbsp;&nbsp;Press Release','/danceArticles/pressRelease/press_index.html','','104','')
	oCMenu.makeMenu('sub61','top6','&nbsp;&nbsp;Dance Release','/danceArticles/Dance/index.html','','104','')
	
oCMenu.makeMenu('top7','','&nbsp;&nbsp;&nbsp;SM photo Gallery','','','120','','','')
	oCMenu.makeMenu('sub70','top7','&nbsp;&nbsp;2009','/flashback/sg_mil/sm_gal/2009_1.html','','40','')
	oCMenu.makeMenu('sub71','top7','&nbsp;&nbsp;2008','/flashback/sg_mil/sm_gal/2008_1.html','','40','')
	oCMenu.makeMenu('sub72','top7','&nbsp;&nbsp;2007','/flashback/sg_mil/sm_gal/2007_1.html','','40','')
	oCMenu.makeMenu('sub73','top7','&nbsp;&nbsp;2006','/flashback/sg_mil/sm_gal/2006_1.html','','40','')
	oCMenu.makeMenu('sub74','top7','&nbsp;&nbsp;2005','/flashback/sg_mil/sm_gal/2005_1.html','','40','')
	oCMenu.makeMenu('sub75','top7','&nbsp;&nbsp;2004','/flashback/sg_mil/sm_gal/2004_1.html','','40','')
	oCMenu.makeMenu('sub76','top7','&nbsp;&nbsp;2003','/flashback/sg_mil/sm_gal/2003_1.html','','40','')
	oCMenu.makeMenu('sub77','top7','&nbsp;&nbsp;2002','/flashback/sg_mil/sm_gal/2002_1.html','','40','')
	oCMenu.makeMenu('sub78','top7','&nbsp;&nbsp;2001','/flashback/sg_mil/sm_gal/2001_1.html','','40','')
	oCMenu.makeMenu('sub79','top7','&nbsp;&nbsp;2000','/flashback/sg_mil/sm_gal/2000_1.html','','40','')
					
oCMenu.makeMenu('top8','','&nbsp;&nbsp;&nbsp;Links','/links.html','','52','','','')
	

oCMenu.construct()