/******************************************
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','','Corporate Profile','corp_mission.htm','','120','')
	oCMenu.makeMenu('sub00','top0','Our Mission','corp_mission.htm','','','')
	oCMenu.makeMenu('sub01','top0','Our History Since 1918','corp_history.htm','','','')
	oCMenu.makeMenu('sub02','top0','Our People','corp_people.htm','','','')
	oCMenu.makeMenu('sub03','top0','Our Commitment to Safety','corp_safety.htm','','','')
	oCMenu.makeMenu('sub04','top0','Our Commitment to our Community','corp_community.htm','','','')
	
oCMenu.makeMenu('top1','','Electrical','electrical_design.htm','','90','')
	oCMenu.makeMenu('sub10','top1','Design Build','electrical_design.htm','','','')
	oCMenu.makeMenu('sub11','top1','New Construction','electrical_construction.htm','','','')
	oCMenu.makeMenu('sub12','top1','Renovation','electrical_renovation.htm','','','')
	oCMenu.makeMenu('sub13','top1','Service & Maintenance','electrical_service.htm','','','')
	oCMenu.makeMenu('sub14','top1','Cabling Locating','electrical_cabling.htm','','','')
	oCMenu.makeMenu('sub15','top1','Aerial Bucket','electrical_aerial.htm','','','')
	
oCMenu.makeMenu('top2','','Communications','comm_design.htm','','110','')
	oCMenu.makeMenu('sub21','top2','Design','comm_design.htm','','','')
	oCMenu.makeMenu('sub22','top2','Installation','comm_installation.htm','','','','','','','')
	oCMenu.makeMenu('sub23','top2','Data/Voice Network Cabling','comm_data-voice.htm','','','','','','','')

oCMenu.makeMenu('top3','','Project Showcase','project_overview.htm','','130','')
	oCMenu.makeMenu('sub31','top3','Overview','project_overview.htm','','','')
	oCMenu.makeMenu('sub32','top3','Industrial','project_industrial.htm','','','')
	oCMenu.makeMenu('sub33','top3','Commercial','project_commercial.htm','','','','','','','')
	oCMenu.makeMenu('sub34','top3','Institutional','project_institutional.htm','','','','','','','')

oCMenu.makeMenu('top4','','What&#146;s New','whatsNew.htm','','90','')

oCMenu.makeMenu('top5','','Careers','careers.htm','','75','')

oCMenu.makeMenu('top6','','Contact','contact.htm','','75','')

oCMenu.makeMenu('top7','','Site Map','sitemap.htm','','75','')

//Leave this line - it constructs the menu
oCMenu.construct()            