/******************************************
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('top1','','Company','company/index.html','',83,24,'images/nav-company-off.gif','images/nav-company-over.gif')
	oCMenu.makeMenu('sub10','top1','&nbsp;概述','company/index.html')
	oCMenu.makeMenu('sub11','top1','&nbsp;1管理层','company/management.html')
	oCMenu.makeMenu('sub12','top1','&nbsp;职位招聘','company/jobopenings.html')
	oCMenu.makeMenu('sub13','top1','&nbsp;联系我们','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','',87,24,'images/nav-solutions-off.gif','images/nav-solutions-over.gif')
	oCMenu.makeMenu('sub30','top3','&nbsp;概述','solutions/index.html')
	oCMenu.makeMenu('sub31','top3','&nbsp;供应链执行','solutions/supplychain.html')
	oCMenu.makeMenu('sub32','top3','&nbsp;安全','solutions/security.html')
	oCMenu.makeMenu('sub33','top3','&nbsp;环境监控','solutions/environmental.html')
	oCMenu.makeMenu('sub34','top3','&nbsp;保险','solutions/insurance.html')

