/******************* MENU NUMBER 1 **********************************//*** This is the menu creation code - place it right after you body tagFeel free to add this to a stand-alone js file and link it to your page.**///Menu object creationoCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname//Menu properties   oCMenu.pxBetween=0oCMenu.fromLeft=240oCMenu.fromTop=65  oCMenu.rows=1 oCMenu.menuPlacement="left"     //Add resize to resize the first one also----oCMenu.onresize="oCMenu.construct(1)"	                                                         oCMenu.offlineRoot="file:///Design/GrossMachinery/Home/" oCMenu.onlineRoot="http://www.grossmachinery.com/Home/" oCMenu.resizeCheck=1 oCMenu.wait=500 oCMenu.fillImg="cm_fill.gif"oCMenu.zIndex=0//Background bar propertiesoCMenu.useBar=0oCMenu.barWidth=600oCMenu.barHeight="menu" oCMenu.barClass="cl2Bar"oCMenu.barX=0 oCMenu.barY=0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=80oCMenu.level[0].height=17 oCMenu.level[0].regClass="cl2Level0"oCMenu.level[0].overClass="cl2Level0over"oCMenu.level[0].borderX=1oCMenu.level[0].borderY=1oCMenu.level[0].borderClass="cl2Level0border"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=80oCMenu.level[1].height=17oCMenu.level[1].regClass="cl2Level1"oCMenu.level[1].overClass="cl2Level0over"oCMenu.level[1].borderX=1oCMenu.level[1].borderY=1oCMenu.level[1].align="right" oCMenu.level[1].offsetX=oCMenu.level[1].offsetY=0oCMenu.level[1].borderClass="cl2Level0border"/******************************************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','home.html','', 42, '')oCMenu.makeMenu('top1','','About Us','About_Us/about_us.html','', 58, '')	//oCMenu.makeMenu('sub10','top1','Events','About_Us/Events/events.html')	oCMenu.makeMenu('sub11','top1','Employment','About_Us/Employment/employment.html')	oCMenu.makeMenu('sub12','top1','Contacts','About_Us/Contacts/contacts.html')	oCMenu.makeMenu('sub13','top1','Facilities','About_Us/Facilities/facilities.html')	oCMenu.makeMenu('sub14','top1','Timeline','About_Us/Timeline/timeline.html')	oCMenu.makeMenu('sub15','top1','Feedback','About_Us/Feedback/feedback.html')	oCMenu.makeMenu('top2','','Sales','Sales/sales.html','', 38, '')	oCMenu.makeMenu('sub20','top2','Products','Sales/Products/products.html')	oCMenu.makeMenu('sub21','top2','Showroom','Sales/Products/Showroom/showroom.html')	oCMenu.makeMenu('sub22','top2','Map','Sales/Map/map.html')	oCMenu.makeMenu('top3','','Service and Parts','Service_and_Parts/service_and_parts.html','', 105, '')	oCMenu.makeMenu('sub30','top3','Training','Service_and_Parts/Training/training.html','', 105, '')	oCMenu.makeMenu('top4','','Applications','Applications/applications.html','', 74, '')	oCMenu.makeMenu('sub40','top4','Automation','Applications/automation/automation.html','', 74, '')oCMenu.makeMenu('top5','','College Affiliations','College_Affiliations/college_affiliations.html','', 112, '')oCMenu.makeMenu('top6','','What&#39;s New','What_s_New/what_s_new.html','', 71, '')