/******************************************
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','index.html','',71,24,'images/nav-home-on.gif')
	
oCMenu.makeMenu('top1','','Company','company/index.html','',83,24,'images/nav-company-off.gif','images/nav-company-over.gif')
	oCMenu.makeMenu('sub10','top1','&nbsp;Overview','company/index.html')
	oCMenu.makeMenu('sub11','top1','&nbsp;Management','company/management.html')
	oCMenu.makeMenu('sub12','top1','&nbsp;Job Openings','company/jobopenings.html')
	oCMenu.makeMenu('sub13','top1','&nbsp;Contact Us','company/contact.html')

	
oCMenu.makeMenu('top2','','Customers','customers/index.html','',103,24,'images/nav-customers-off.gif','images/nav-customers-over.gif')

oCMenu.makeMenu('top3','','Solutions','solutions/index.html','',97,24,'images/nav-solutions-off.gif','images/nav-solutions-over.gif')
	oCMenu.makeMenu('sub30','top3','&nbsp;Overview','solutions/index.html')
	oCMenu.makeMenu('sub31','top3','&nbsp;Supply Chain','solutions/supplychain.html')
	oCMenu.makeMenu('sub32','top3','&nbsp;Security','solutions/security.html')
	oCMenu.makeMenu('sub33','top3','&nbsp;Environmental','solutions/environmental.html')
	oCMenu.makeMenu('sub34','top3','&nbsp;Insurance','solutions/insurance.html')

oCMenu.makeMenu('top4','','News &amp; Events','news/index.html','',122,24,'images/nav-news-off.gif','images/nav-news-over.gif')
	oCMenu.makeMenu('sub40','top4','&nbsp;Press Releases','news/index.html')
	oCMenu.makeMenu('sub41','top4','&nbsp;Articles','news/articles.html')
	oCMenu.makeMenu('sub42','top4','&nbsp;Events Calendar','news/calendar.html')

oCMenu.makeMenu('top5','','Resources','resources/index.html','',100,24,'images/nav-resources-off.gif','images/nav-resources-over.gif')
