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

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=1
oCMenu.fromLeft=80
oCMenu.fromTop=137   
oCMenu.rows=2
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="file:///C|/Documents and Settings/Virgo/My Documents/01Html/04 WCTA/Trial Menu/indextrial.html/" 
oCMenu.onlineRoot="/trial menu/" 
oCMenu.resizeCheck=1 
oCMenu.wait=500 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="99.5%"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=0
oCMenu.barY=137
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=30
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=oCMenu.level[0].width-2
oCMenu.level[1].height=32
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+52
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=100
oCMenu.level[2].height=32
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','','&nbsp;<BR>Home','http://www.wctaturf.com/index.html','')
	oCMenu.makeMenu('sub00','top0','Contact Information','http://www.wctaturf.com/topics/contact.html')
	oCMenu.makeMenu('sub01','top0','Board of<BR> Directors','http://www.wctaturf.com/topics/direct.html')
		oCMenu.makeMenu('sub011','sub01','Past<BR>Presidents','http://www.wctaturf.com/topics/pastpresidents.html')
	oCMenu.makeMenu('sub02','top0','President&#39s<BR> Message','http://www.wctaturf.com/topics/president.html')
	oCMenu.makeMenu('sub03','top0','WCTA Merchandise','http://www.wctaturf.com/topics/update.html')	
oCMenu.makeMenu('top1','','&nbsp;Become<BR>A Member','http://www.wctaturf.com/topics/member.html')
	oCMenu.makeMenu('top11','top1','&nbsp;Membership Information','http://www.wctaturf.com/topics/member.html#PURPOSE')	
	oCMenu.makeMenu('sub12','top1','Membership <BR>Application','http://www.wctaturf.com/topics/member.html')
	oCMenu.makeMenu('sub13','top1','Printable <BR>Application','http://www.wctaturf.com/topics/membershipapplication.html')
oCMenu.makeMenu('top2','','&nbsp;<BR>Conference')
	oCMenu.makeMenu('top21','top2','General Information')
		oCMenu.makeMenu('sub211','top21','Media Release','http://www.wctaturf.com/topics/conference/media.html')
		oCMenu.makeMenu('sub212','top21','Events & Highlights')
			oCMenu.makeMenu('sub2121','sub212','Program','http://www.wctaturf.com/topics/conference/conference.html')
			oCMenu.makeMenu('sub2122','sub212','Hockey Game','http://www.wctaturf.com/topics/conference/hockeygameentry.pdf')
	oCMenu.makeMenu('sub2123','sub212','Schedule','http://www.wctaturf.com/topics/conference/2010conferenceschedule.pdf')
		oCMenu.makeMenu('sub213','top21','Exhibitor List','http://www.wctaturf.com/topics/conference/exhibitors.html')
		oCMenu.makeMenu('sub214','top21','Exhibitor Locations','http://www.wctaturf.com/topics/conference/floorplan2010.pdf')
		oCMenu.makeMenu('sub215','top21','Hotels','http://www.wctaturf.com/topics/conference/hotels.htm')
		oCMenu.makeMenu('sub216','top21','Conference Centre Layout','http://www.wctaturf.com/topics/conference/layout.pdf')
		oCMenu.makeMenu('sub217','top21','VI Conference Centre','http://www.viconference.com/')
		oCMenu.makeMenu('sub218','top21','Travelling to Nanaimo','http://www.wctaturf.com/topics/conference/nanaimo.html')
	oCMenu.makeMenu('top22','top2','2010 Delegates')
		oCMenu.makeMenu('sub221','top22','Pre Conference Seminars','')
			oCMenu.makeMenu('sub2211','sub221','Sunday Seminar','http://www.wctaturf.com/topics/conference/outline.htm')
			oCMenu.makeMenu('sub2212','sub221','Pesticide Course','http://www.wctaturf.com/topics/conference/pesticide.pdf')
		oCMenu.makeMenu('sub222','top22','Speakers','http://www.wctaturf.com/topics/conference/speakers.htm')
		oCMenu.makeMenu('sub223','top22','Education Program','http://www.wctaturf.com/topics/conference/2010education.pdf')
		oCMenu.makeMenu('sub224','top22','Registration Form','http://www.wctaturf.com/topics/conference/registration.pdf')
		oCMenu.makeMenu('sub225','top22','Companion Program','http://www.wctaturf.com/topics/conference/companion.pdf')	
		oCMenu.makeMenu('sub226','top22','CEC Points Available','http://www.wctaturf.com/topics/conference/cecpoints.pdf')	
	oCMenu.makeMenu('top23','top2','2010 Exhibitors')
		oCMenu.makeMenu('sub231','top23','Booth Info & Contract','http://www.wctaturf.com/topics/conference/exhibitor contract.pdf')
		oCMenu.makeMenu('sub232','top23','Sponsorship Opportunities','http://www.wctaturf.com/topics/conference/sponsor opportunities.pdf')
		oCMenu.makeMenu('sub233','top23','Set-up Teardown Parking')
			oCMenu.makeMenu('sub2331','sub233','Move-in Schedule','http://www.wctaturf.com/topics/conference/setupletter.pdf')
			oCMenu.makeMenu('sub2332','sub233','Freight Elevator Specs','http://www.wctaturf.com/topics/conference/freight.pdf')
			oCMenu.makeMenu('sub2333','sub233','Truck & Trailer Parking','http://www.wctaturf.com/topics/conference/trucktrailer.html')
		oCMenu.makeMenu('sub234','top23','VICC Tradeshow Info','http://www.wctaturf.com/topics/conference/exinfo.pdf')
		oCMenu.makeMenu('sub235','top23','Display Services','http://www.wctaturf.com/topics/conference/display.pdf')
		oCMenu.makeMenu('sub236','top23','Exhibitors FAQs','http://www.wctaturf.com/topics/conference/faq.pdf')
	oCMenu.makeMenu('top24','top2','2010 Silent Auction')
		oCMenu.makeMenu('sub241','top24','List of Contributors','http://www.wctaturf.com/topics/conference/silentauction.htm')
		oCMenu.makeMenu('sub242','top24','Can You Help?','http://www.wctaturf.com/topics/conference/silent auction request.htm')
		oCMenu.makeMenu('sub243','top24','Results','http://www.wctaturf.com/topics/conference/results.pdf')
	oCMenu.makeMenu('top25','top2','Student Awards','http://www.wctaturf.com/topics/conference/student.pdf')	
	oCMenu.makeMenu('top26','top2','2011 CGSA Joint Conference','http://www.wctaturf.com/topics/conference/2011.html')
		
oCMenu.makeMenu('top3','','&nbsp;Turfline <BR>News','http://www.wctaturf.com/topics/advertisers.html')  
	oCMenu.makeMenu('sub31','top3','Turfline News<BR>Advertisers','http://www.wctaturf.com/topics/advertisers.html')
		oCMenu.makeMenu('sub311','sub31','Contractors & Consultants','http://www.wctaturf.com/topics/advertisers.html#Contractors')
		oCMenu.makeMenu('sub312','sub31','Education Institutions','http://www.wctaturf.com/topics/advertisers.html#Education')
		oCMenu.makeMenu('sub313','sub31','Fertilizer, Seed & Chemicals','http://www.wctaturf.com/topics/advertisers.html#Fertilizer')
		oCMenu.makeMenu('sub314','sub31','Golf Course Supplies','http://www.wctaturf.com/topics/advertisers.html#Golf')
		oCMenu.makeMenu('sub315','sub31','Irrigation','http://www.wctaturf.com/topics/advertisers.html#Irrigation')
		oCMenu.makeMenu('sub316','sub31','Machinery','http://www.wctaturf.com/topics/advertisers.html#Machinery')
		oCMenu.makeMenu('sub317','sub31','Netting','http://www.wctaturf.com/topics/advertisers.html#Netting')
		oCMenu.makeMenu('sub318','sub31','Sand','http://www.wctaturf.com/topics/advertisers.html#Sand')
		oCMenu.makeMenu('sub319','sub31','Sod','http://www.wctaturf.com/topics/advertisers.html#Sod')
		oCMenu.makeMenu('sub3111','sub31','Tires','http://www.wctaturf.com/topics/advertisers.html#Tires')
	oCMenu.makeMenu('sub32','top3','Turfline News<BR>Advertising','http://www.wctaturf.com/topics/TurflineNewsRates2010.pdf')
	oCMenu.makeMenu('sub33','top3','TurfLine News <BR>Articles','http://www.wctaturf.com/topics/news.html')
	oCMenu.makeMenu('sub34','top3','TurfLine News Editorial Index','http://www.wctaturf.com/topics/update.html')
oCMenu.makeMenu('top4','','&nbsp;Education & Resources','')
	oCMenu.makeMenu('sub41','top4','Travelling Annual Road Show','http://www.wctaturf.com/topics/tars.html')
	oCMenu.makeMenu('sub42','top4','CEC <BR>Program','http://www.wctaturf.com/topics/cec.html')
	oCMenu.makeMenu('sub43','top4','CEC <BR>Opportunities','http://www.wctaturf.com/topics/opportunities.html')
	oCMenu.makeMenu('sub44','top4','IPM <BR>Management','http://www.wctaturf.com/topics/ipmform.html')		
oCMenu.makeMenu('top5','','&nbsp;Sportsfield<BR>Managers','http://www.wctaturf.com/topics/sports.html')
	oCMenu.makeMenu('sub51','top5','&nbsp;Goals & Strategies','http://www.wctaturf.com/topics/sports.html#Goals')
	oCMenu.makeMenu('sub52','top5','&nbsp;Royal Athletic Park','http://www.wctaturf.com/topics/sports/rap.html')
	oCMenu.makeMenu('sub53','top5','&nbsp;Commonwealth<BR> Stadium','http://www.wctaturf.com/topics/sports/common.html')
	oCMenu.makeMenu('sub54','top5','TurfLine News<BR>Articles','http://www.wctaturf.com/topics/news.html#Sports')	
oCMenu.makeMenu('top6','','&nbsp;Golf Course <BR>Superintendents','http://www.wctaturf.com/topics/golf.html')
	oCMenu.makeMenu('sub61','top6','Syngenta Green<BR>Partners 	Program','https://www.webrewards.com/syngenta/ProdWeb/canada/')
	oCMenu.makeMenu('sub62','top6','TurfLine News <BR>Articles','http://www.wctaturf.com/topics/news.html#golf')
	oCMenu.makeMenu('sub63','top6','Travelling Annual<BR>Road Show','http://www.wctaturf.com/topics/tars.html')		
oCMenu.makeMenu('top7','','&nbsp;<BR>Research','http://www.wctaturf.com/topics/research.html')
	oCMenu.makeMenu('sub71','top7','Designing <BR>Field Trials','http://www.wctaturf.com/topics/research/design.html')
	oCMenu.makeMenu('sub72','top7','Application<BR>Guidelines','http://www.wctaturf.com/topics/research/guidel.html')
	oCMenu.makeMenu('sub73','top7','Research <BR>Application Form','http://www.wctaturf.com/topics/research/reseapp.html')
	oCMenu.makeMenu('sub74','top7','Research<BR>Projects','http://www.wctaturf.com/topics/research.html')
		oCMenu.makeMenu('sub711','sub74','2005','http://www.wctaturf.com/topics/research/rese2005.html')
		oCMenu.makeMenu('sub712','sub74','2004','http://www.wctaturf.com/topics/research/rese2004.html')
		oCMenu.makeMenu('sub713','sub74','2003','http://www.wctaturf.com/topics/research/rese2003.html')
		oCMenu.makeMenu('sub714','sub74','2001','http://www.wctaturf.com/topics/research/rese2001.html')
		oCMenu.makeMenu('sub715','sub74','2000','http://www.wctaturf.com/topics/research/rese2000.html')
		oCMenu.makeMenu('sub716','sub74','1999','http://www.wctaturf.com/topics/research/rese1999.html')
		oCMenu.makeMenu('sub717','sub74','1998','http://www.wctaturf.com/topics/research/rese1998.html')
		oCMenu.makeMenu('sub718','sub74','1997','http://www.wctaturf.com/topics/research/rese1997.html')
		oCMenu.makeMenu('sub719','sub74','1996','http://www.wctaturf.com/topics/research/rese1996.html')
	oCMenu.makeMenu('sub75','top7','Final <BR>Summaries','http://www.wctaturf.com/topics/research.html')
		oCMenu.makeMenu('sub721','sub75','Insects','http://www.wctaturf.com/topics/inse1.html')
		oCMenu.makeMenu('sub722','sub75','Disease','http://www.wctaturf.com/topics/inse2.html')
		oCMenu.makeMenu('sub723','sub75','Weeds','http://www.wctaturf.com/topics/inse3.html')
		oCMenu.makeMenu('sub724','sub75','Other Pests','http://www.wctaturf.com/topics/inse4.html')
		oCMenu.makeMenu('sub725','sub75','Nutrient & Water<BR>Management','http://www.wctaturf.com/topics/inse5.html')
		oCMenu.makeMenu('sub726','sub75','Pesticide<BR>Leaching','http://www.wctaturf.com/topics/inse6.html')
		oCMenu.makeMenu('sub727','sub75','Cultural <BR>Management','http://www.wctaturf.com/topics/inse7.html')
		oCMenu.makeMenu('sub728','sub75','General <BR>Research','http://www.wctaturf.com/topics/inse8.html')	
oCMenu.makeMenu('top8','','&nbsp;<BR>Links','http://www.wctaturf.com/topics/educa.html')
	oCMenu.makeMenu('sub81','top8','Schools','http://www.wctaturf.com/topics/educa.html#Schools')
	oCMenu.makeMenu('sub82','top8','Government','http://www.wctaturf.com/topics/educa.html#Government')
	oCMenu.makeMenu('sub83','top8','Associations','http://www.wctaturf.com/topics/educa.html#Associations')
	oCMenu.makeMenu('sub84','top8','Publications','http://www.wctaturf.com/topics/educa.html#Publications')
	oCMenu.makeMenu('sub85','top8','Other','http://www.wctaturf.com/topics/educa.html#Other')
	oCMenu.makeMenu('sub86','top8','TurfLine News <BR>Articles','http://www.wctaturf.com/topics/news.html#Surfing')

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

 


