//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties
oCMenu.pxBetween=9
oCMenu.fromLeft=4 
oCMenu.fromTop=0   
oCMenu.rows=1 
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1
oCMenu.wait=21
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
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 specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=130
oCMenu.level[0].height=18
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
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"

//dynamic effect (controllable for each level)
oCMenu.level[0].clippx=100
oCMenu.level[0].cliptim=0
//special animation filters (IE5.5+ only, controllable for each level)
oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.0)" 

//Other special animation filters (IE5.5+ only, controllable for each level)
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Barn(duration=0.5,orientation=horizontal)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Blinds(duration=0.5,bands=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.CheckerBoard(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.5,wipeStyle=0)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=STAR)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=CIRCLE)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Pixelate(duration=0.5,maxSquare=40)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Spiral(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Stretch(duration=0.5,stretchStyle=push)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Strips(duration=0.5,motion=rightdown)"


//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
oCMenu.level[1].height=18
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=0
oCMenu.level[1].borderY=0
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
//dynamic effect
oCMenu.level[1].clippx=2
oCMenu.level[1].cliptim=2
//special animation filters
oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.0)" 


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify 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=130
oCMenu.level[2].height=18
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"

//EXAMPLE SUB LEVEL[3] PROPERTIES - You have to specify 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[3]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[3].width=130
oCMenu.level[3].height=18
oCMenu.level[3].offsetX=0
oCMenu.level[3].offsetY=0
oCMenu.level[3].regClass="clLevel2"
oCMenu.level[3].overClass="clLevel2over"
oCMenu.level[3].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','','Treasury Divisions','',77,0)
	oCMenu.makeMenu('sub00','top0','About the Treasury','','',130,0)
		oCMenu.makeMenu('sub100','sub00','Overview','http://www.state.ct.us/ott/overview.htm','',140,0)
		oCMenu.makeMenu('sub101','sub00','Treasurer Biography','http://www.state.ct.us/ott/nappier.htm','',140,0)
		oCMenu.makeMenu('sub102','sub00','Treasurer Introduction','http://www.state.ct.us/ott/informative/nappierintro.pdf','',140,0)
		oCMenu.makeMenu('sub103','sub00','Responsibilities','http://www.state.ct.us/ott/statutoryresponsibility.htm ','',140,0)
		oCMenu.makeMenu('sub104','sub00','Board & Commissions','http://www.state.ct.us/ott/boardscommissions.htm ','',140,0)
		oCMenu.makeMenu('sub105','sub00','Past Treasurers','http://www.state.ct.us/ott/informative/cttreasurers.pdf','',140,0)
//	oCMenu.makeMenu('sub11','top1','Treasurer Nappier','','',130,0)
//		oCMenu.makeMenu('sub210','sub11','Biography','http://www.state.ct.us/ott/nappier.htm','',140,0)
//		oCMenu.makeMenu('sub211','sub11','Introduction','http://www.state.ct.us/ott/informative/nappierintro.pdf','',140,0)
//		oCMenu.makeMenu('sub12','top1','In The News','http://www.state.ct.us/ott/saidaboutdln.htm','',130,0)
//		oCMenu.makeMenu('sub220','sub12','News About Treasury','http://www.state.ct.us/ott/newsabouttreasury.htm','',140,0)
//		oCMenu.makeMenu('sub221','sub12','Awards & Recognition','http://www.state.ct.us/ott/aandrdln.htm','',140,0)	oCMenu.makeMenu('sub01','top0','Executive Office','http://www.state.ct.us/ott/overview.htm#exec','',130,0)
	oCMenu.makeMenu('sub02','top0','Cash Management','','',130,0)
//		oCMenu.makeMenu('sub110','sub02','Cash Overview','http://www.state.ct.us/ott/aboutcash.htm','',130,0)
		oCMenu.makeMenu('sub111','sub02','STIF Home','http://www.state.ct.us/ott/STIFHome.htm','',130,0)
		oCMenu.makeMenu('sub112','sub02','STIF Online Access','https://www3.financialtrans.com/tf/FANWeb?tx=Disclaim&cz=718190019040219','',130,0)
		oCMenu.makeMenu('sub113','sub02','Community Banking','http://www.state.ct.us/ott/communitybank.htm','',130,0)
	oCMenu.makeMenu('sub03','top0','Debt Management','')
		oCMenu.makeMenu('sub120','sub03','Debt Overview','http://www.state.ct.us/ott/aboutdebt.htm','',130,0)
		oCMenu.makeMenu('sub121','sub03','Financing Calendar','http://www.state.ct.us/ott/forfinan.pdf','',130,0)
		oCMenu.makeMenu('sub122','sub03','Credit Rating Process','http://www.state.ct.us/ott/creditrating.htm','',130,0)
		oCMenu.makeMenu('sub123','sub03','Water Fund Reports','http://www.state.ct.us/ott/annualreport.htm','',130,0)
		oCMenu.makeMenu('sub124','sub03','FAQs','http://www.state.ct.us/ott/faqdebt.htm','',130,0)
	oCMenu.makeMenu('sub04','top0','Pension Fund','http://www.state.ct.us/ott/aboutpension.htm')
	oCMenu.makeMenu('sub05','top0','Second Injury Fund','')
		oCMenu.makeMenu('sub130','sub05','About SIF','',130,0)		
			oCMenu.makeMenu('sub1300','sub130','Fund Overview','http://www.state.ct.us/ott/aboutsif.htm','',140,0)
			oCMenu.makeMenu('sub1301','sub130','Advisory Board Minutes','http://www.state.ct.us/ott/SIFAdvisoryBoardMinutes.htm','',140,0)
			oCMenu.makeMenu('sub1302','sub130','FAQs','http://www.state.ct.us/ott/faqsif.htm','',140,0)
			oCMenu.makeMenu('sub1303','sub130','Mission','http://www.state.ct.us/ott/SIFmission.htm','',140,0)
			oCMenu.makeMenu('sub1304','sub130','SIF News','http://www.state.ct.us/ott/SIFnews.htm','',140,0)
		oCMenu.makeMenu('sub131','sub05','Prudent Management','',130,0)
			oCMenu.makeMenu('sub1310','sub131','Assessments','http://www.state.ct.us/ott/SIFassessments.htm','',130,0)
			oCMenu.makeMenu('sub1311','sub131','Debt Reduction','http://www.state.ct.us/ott/SIFdebt.htm','',130,0)
			oCMenu.makeMenu('sub1312','sub131','Reducing Liabilities','http://www.state.ct.us/ott/SIFliabilities.htm','',130,0)
			oCMenu.makeMenu('sub1313','sub131','Assessment Audits','http://www.state.ct.us/ott/SIFaap.htm','',130,0)
		oCMenu.makeMenu('sub132','sub05','Background','',130,0)
			oCMenu.makeMenu('sub1320','sub132','History','http://www.state.ct.us/ott/SIFhistory.htm','',130,0)
			oCMenu.makeMenu('sub1321','sub132','Blue Ribbon Comm','http://www.state.ct.us/ott/SIFbrc.htm','',130,0)
			oCMenu.makeMenu('sub1322','sub132','Legislative Reforms','http://www.state.ct.us/ott/SIFlegislative.htm','',130,0)
		oCMenu.makeMenu('sub133','sub05','Documents & Forms','http://www.state.ct.us/ott/sifdocs.htm','',130,0)
	oCMenu.makeMenu('sub06','top0','Unclaimed Property','http://www.state.ct.us/ott/aboutucp.htm')
oCMenu.makeMenu('top1','','Newsroom','','',80,0)
	oCMenu.makeMenu('sub10','top1','News Releases','','',130,0)
		oCMenu.makeMenu('sub200','sub10','2009 News','http://www.state.ct.us/ott/press2009.htm','',77,0)
		oCMenu.makeMenu('sub201','sub10','2008 News','http://www.state.ct.us/ott/press2008.htm','',77,0)
		oCMenu.makeMenu('sub202','sub10','2007 News','http://www.state.ct.us/ott/press2007.htm','',77,0)
		oCMenu.makeMenu('sub203','sub10','2006 News','http://www.state.ct.us/ott/press2006.htm','',77,0)
		oCMenu.makeMenu('sub204','sub10','2005 News','http://www.state.ct.us/ott/press2005.htm','',77,0)
		oCMenu.makeMenu('sub205','sub10','2004 News','http://www.state.ct.us/ott/press2004.htm','',77,0)
		oCMenu.makeMenu('sub206','sub10','2003 News','http://www.state.ct.us/ott/press2003.htm','',77,0)
		oCMenu.makeMenu('sub207','sub10','2002 News','http://www.state.ct.us/ott/press2002.htm','',77,0)
		oCMenu.makeMenu('sub208','sub10','2001 News','http://www.state.ct.us/ott/press2001.htm','',77,0)
		oCMenu.makeMenu('sub209','sub10','2000 News','http://www.state.ct.us/ott/press2000.htm','',77,0)
		oCMenu.makeMenu('sub210','sub10','1999 News','http://www.state.ct.us/ott/press1999.htm','',77,0)
//	oCMenu.makeMenu('sub13','top1','On Issues','','',130,0)
//		oCMenu.makeMenu('sub230','sub13','Speeches','http://www.state.ct.us/ott/speeches.htm','',140,0)
//		oCMenu.makeMenu('sub231','sub13','Editorial Opinion','http://www.state.ct.us/ott/editorialopinion.htm','',140,0)
//	oCMenu.makeMenu('sub15','top1','Community News','http://www.state.ct.us/ott/community.htm ','',130,0)
//	oCMenu.makeMenu('sub16','top1','Legislative','','',130,0)
//		oCMenu.makeMenu('sub260','sub16','Initiatives','http://www.state.ct.us/ott/LegislativeInitiatives.htm','',140,0)
//		oCMenu.makeMenu('sub270','sub16','Testimony','http://www.state.ct.us/ott/testimony.htm','',140,0)
//		oCMenu.makeMenu('sub271','sub16','CHET Tax Deduction','http://www.state.ct.us/ott/CHETdeductionproposal.htm','',140,0)
//		oCMenu.makeMenu('sub272','sub16','Housing Trust Fund','http://www.state.ct.us/ott/abouthousingtrustfund.htm','',140,0)
	oCMenu.makeMenu('sub17','top1','Publications','','',130,0)
		oCMenu.makeMenu('sub280','sub17','Investment Policy','http://www.state.ct.us/ott/pfmipschoose.htm','',140,0)
		oCMenu.makeMenu('sub281','sub17','Investment Council','http://www.state.ct.us/ott/iacoverview.htm','',140,0)
		oCMenu.makeMenu('sub282','sub17','Water Fund Reports','http://www.state.ct.us/ott/annualreport.htm','',140,0)
		oCMenu.makeMenu('sub283','sub17','Annual Report','http://www.state.ct.us/ott/annualreport.htm','',140,0)
		oCMenu.makeMenu('sub284','sub17','IDA Task Force','http://www.state.ct.us/ott/idatask.htm','',140,0)
	oCMenu.makeMenu('sub18','top1','Media Links','http://www.state.ct.us/ott/media.htm','',130,0)
oCMenu.makeMenu('top2','','Doing Business','','',111,0)
	oCMenu.makeMenu('sub20','top2','Overview','http://www.state.ct.us/ott/businessoverview.htm')
	oCMenu.makeMenu('sub21','top2','Treasury Reform Law','http://www.state.ct.us/ott/treasuryreform.htm')
	oCMenu.makeMenu('sub22','top2','Ethics Policy','http://www.state.ct.us/ott/ethics.htm')
	oCMenu.makeMenu('sub23','top2','RFPs / BIDs','http://www.state.ct.us/ott/rfpbid.htm')
	oCMenu.makeMenu('sub24','top2','Asset Recovery','http://www.state.ct.us/ott/AssetRecovery.htm')
	oCMenu.makeMenu('sub25','top2','Selection Criteria','http://www.state.ct.us/ott/selectioncriteria.htm')
	oCMenu.makeMenu('sub26','top2','Third Party Payment Disclosure','http://www.state.ct.us/ott/3rdpartypaymentdisclosure.htm')
	oCMenu.makeMenu('sub27','top2','Brokerage Program','http://www.state.ct.us/ott/brokerageprogram.htm')
	oCMenu.makeMenu('sub28','top2','Investment Policy','http://www.state.ct.us/ott/pfmipschoose.htm')
		oCMenu.makeMenu('sub300','sub28','Policy Guidelines','http://www.state.ct.us/ott/pfmipschoose.htm','',140,0)
		oCMenu.makeMenu('sub301','sub28','Amend Procedures','http://www.state.ct.us/ott/IPSamendproced.htm','',140,0)
		oCMenu.makeMenu('sub302','sub28','MacBride Compliance','http://www.state.ct.us/ott/aboutmacbride.htm','',140,0)
		oCMenu.makeMenu('sub303','sub28','Sudan Divestment','http://www.state.ct.us/ott/sudan.htm','',140,0)
		oCMenu.makeMenu('sub304','sub28','Diversity Principles','http://www.state.ct.us/ott/diversityprinciples.pdf','',140,0)
	oCMenu.makeMenu('sub29','top2','Employment','')
		oCMenu.makeMenu('sub320','sub29','Opportunities','http://www.state.ct.us/ott/employmentopportunities.htm','',140,0)
//		oCMenu.makeMenu('sub321','sub29','Internship Opportunities','http://www.state.ct.us/ott/internopportunities.htm','',140,0)
//		oCMenu.makeMenu('sub322','sub29','Past Interns','http://www.state.ct.us/ott/internsprevious.htm','',140,0)
	oCMenu.makeMenu('sub30','top2','Compliance Reporting','http://www.state.ct.us/ott/PolicyCompliance.htm')
oCMenu.makeMenu('top3','','Pension Fund','','',111,0)
	oCMenu.makeMenu('sub31','top3','About the Fund','')
	    oCMenu.makeMenu('sub401','sub31','Overview','http://www.state.ct.us/ott/aboutpension.htm','',140,0)
// 		oCMenu.makeMenu('sub402','sub31','Asset Allocation','http://www.state.ct.us/ott/assetallocation.htm','',140,0)
 		oCMenu.makeMenu('sub403','sub31','Asset Classes','http://www.state.ct.us/ott/assetclasses.htm','',140,0)
		oCMenu.makeMenu('sub404','sub31','Fund Performance','http://www.state.ct.us/ott/pensiondocs/fundperf/fundperformance.pdf','',140,0)
		oCMenu.makeMenu('sub405','sub31','Investment Objectives','http://www.state.ct.us/ott/Investmentobjectives.htm','',140,0)
	oCMenu.makeMenu('sub32','top3','Investment Council','')
		oCMenu.makeMenu('sub410','sub32','Responsibilities','http://www.state.ct.us/ott/iacResponsibilities.htm','',140,0)
		oCMenu.makeMenu('sub411','sub32','Membership','http://www.state.ct.us/ott/iacmembers.htm','',140,0)
		oCMenu.makeMenu('sub412','sub32','Meeting Highlights','http://www.state.ct.us/ott/iacminutes.htm','',140,0)
// 		oCMenu.makeMenu('sub413','sub32','Additional Information','http://www.state.ct.us/ott/iacBrochure.pdf','',140,0)
	oCMenu.makeMenu('sub33','top3','Investment Policy','')
		oCMenu.makeMenu('sub420','sub33','Policy Guidelines','http://www.state.ct.us/ott/pfmipschoose.htm','',140,0)
		oCMenu.makeMenu('sub421','sub33','Amend Procedures','http://www.state.ct.us/ott/IPSamendproced.htm','',140,0)
		oCMenu.makeMenu('sub422','sub33','MacBride Compliance','http://www.state.ct.us/ott/aboutmacbride.htm','',140,0)
		oCMenu.makeMenu('sub423','sub33','Diversity Principles','http://www.state.ct.us/ott/diversityprinciples.pdf','',140,0)
	oCMenu.makeMenu('sub34','top3','Corporate Governance','')
		oCMenu.makeMenu('sub430','sub34','Overview','http://www.state.ct.us/ott/corpgovoverview.htm','',140,0)
//		oCMenu.makeMenu('sub431','sub34','News','http://www.state.ct.us/ott/corpgovnews.htm','',140,0)
//		oCMenu.makeMenu('sub432','sub34','Articles','http://www.state.ct.us/ott/corpgovarticles.htm','',140,0)
//		oCMenu.makeMenu('sub433','sub34','Statements','http://www.state.ct.us/ott/corpgovstatements.htm','',140,0)
//		oCMenu.makeMenu('sub444','sub34','Reports','http://www.state.ct.us/ott/aboutProjectKaleidoscope.htm','',140,0)
		oCMenu.makeMenu('sub445','sub34','Resources','http://www.state.ct.us/ott/corpgovresources.htm','',140,0)
//		oCMenu.makeMenu('sub446','sub34','Climate Change','http://www.state.ct.us/ott/climatechange.htm','',140,0)
	oCMenu.makeMenu('sub35','top3','Proxy Voting',' ')
		oCMenu.makeMenu('sub450','sub35','Policies','http://www.state.ct.us/ott/proxyvotingpolicies.htm','',140,0)
		oCMenu.makeMenu('sub451','sub35','Summary','http://www.state.ct.us/ott/proxyvotingsummary.htm','',140,0)
	oCMenu.makeMenu('sub36','top3','Brokerage Program','http://www.state.ct.us/ott/brokerageprogram.htm')
	oCMenu.makeMenu('sub37','top3','Annual Report','http://www.state.ct.us/ott/annualreport.htm')
	oCMenu.makeMenu('sub38','top3','Financial Glossary','http://www.state.ct.us/ott/informative/glossary.pdf')
oCMenu.makeMenu('top4','','Unclaimed Property','','',131,0)
	oCMenu.makeMenu('sub41','top4','Overview','http://www.state.ct.us/ott/aboutucp.htm')
	oCMenu.makeMenu('sub42','top4','Find Your Name','http://www.ctbiglist.com', '_blank',130,0)
	oCMenu.makeMenu('sub43','top4','Owners','http://www.state.ct.us/ott/ucpowners.htm')
	oCMenu.makeMenu('sub44','top4','Holders','http://www.state.ct.us/ott/holderoutreachoverview.htm')
oCMenu.makeMenu('top5','','Financial Education','','',131,0)
	oCMenu.makeMenu('sub51','top5','Overview','http://www.state.ct.us/ott/financialeducationoverview.htm')
	oCMenu.makeMenu('sub52','top5','Money Management','http://www.state.ct.us/ott/FL_management.htm')
	oCMenu.makeMenu('sub53','top5','Saving','http://www.state.ct.us/ott/FL_saving.htm')
	oCMenu.makeMenu('sub54','top5','Financial Planning','http://www.state.ct.us/ott/FL_planning.htm')
	oCMenu.makeMenu('sub55','top5','Credit','http://www.state.ct.us/ott/FL_credit.htm')
	oCMenu.makeMenu('sub56','top5','Homeownership','http://www.state.ct.us/ott/FL_housing.htm')
	oCMenu.makeMenu('sub57','top5','Business&Economy','http://www.state.ct.us/ott/FL_business.htm')
	oCMenu.makeMenu('sub58','top5','For Youth','http://www.state.ct.us/ott/FL_youth.htm')
	oCMenu.makeMenu('sub59','top5','Resources','',77,0)
		oCMenu.makeMenu('sub610','sub59','Helpful Links','http://www.state.ct.us/ott/financialeducationresources.htm')
		oCMenu.makeMenu('sub611','sub59','For Kids','http://www.state.ct.us/ott/financialeducationkidspage.htm')
		oCMenu.makeMenu('sub612','sub59','Invest Your Money','http://www.state.ct.us/ott/investyourmoney.htm')	
		oCMenu.makeMenu('sub613','sub59','Credit Cards','http://www.state.ct.us/ott/creditcards.htm')	
	oCMenu.makeMenu('sub61','top5','IDA Program','http://www.state.ct.us/ott/idatask.htm')
	oCMenu.makeMenu('sub62','top5','CHET College Savings','')
	 	oCMenu.makeMenu('sub614','sub62','About CHET','http://www.state.ct.us/ott/aboutchet.htm')
		oCMenu.makeMenu('sub615','sub62','CHET Video','http://www.state.ct.us/ott/chetvideo.htm')
oCMenu.makeMenu('top6','','Key Links','',111,0)
	oCMenu.makeMenu('sub71','top6','CT.gov ','http://www.ct.gov', '_blank',77,0)
	oCMenu.makeMenu('sub72','top6','aboutCHET.com ','http://www.aboutchet.com', '_blank',77,0)
	oCMenu.makeMenu('sub73','top6','US Treasury','http://www.treasury.gov', '_blank',77,0)
	oCMenu.makeMenu('sub74','top6','Other States','http://www.nast.net', '_blank',77,0)
	oCMenu.makeMenu('sub75','top6','News Media','http://www.state.ct.us/ott/media.htm', '_blank',77,0)
	oCMenu.makeMenu('sub76','top6','Map /  Directions','http://www.state.ct.us/ott/direct.htm', '_blank',77,0)
	oCMenu.makeMenu('sub77','top6','Contact Us','http://www.state.ct.us/ott/executivecontact.htm', '_blank',77,0)
	oCMenu.makeMenu('sub78','top6','Home','http://www.state.ct.us/ott/', '',77,0)
oCMenu.makeMenu('top7','','Search','',111,0)
	oCMenu.makeMenu('sub81','top7','Site Search','http://www.state.ct.us/ott/searchott.htm','',77,0)

//Leave this line - it constructs the menu
oCMenu.construct()