/*** 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oCMenu.frames = 1//Menu properties   oCMenu.pxBetween=5oCMenu.fromLeft=160 oCMenu.fromTop=35   oCMenu.rows=1 oCMenu.menuPlacement="left"                                                             oCMenu.offlineRoot="" oCMenu.onlineRoot="" oCMenu.resizeCheck=1 oCMenu.wait=300 oCMenu.fillImg="http://www.thekitchenfactory.com/images/cm_fill.gif"oCMenu.zIndex=0//Background bar propertiesoCMenu.useBar=0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 spesified in level 0oCMenu.level[0]=new cm_makeLevel() //Add this for each new leveloCMenu.level[0].width=110oCMenu.level[0].height=20 oCMenu.level[0].regClass="clLevel0"oCMenu.level[0].overClass="clLevel0over"oCMenu.level[0].borderX=1oCMenu.level[0].borderY=1oCMenu.level[0].borderClass="clLevel0border"oCMenu.level[0].offsetX=-1oCMenu.level[0].offsetY=2oCMenu.level[0].rows=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=oCMenu.level[0].width-1oCMenu.level[1].height=20 oCMenu.level[1].regClass="clLevel1"oCMenu.level[1].overClass="clLevel1over"oCMenu.level[1].borderX=1oCMenu.level[1].borderY=1oCMenu.level[1].align="right" oCMenu.level[1].offsetX=3oCMenu.level[1].offsetY=0oCMenu.level[1].arrow=""oCMenu.level[1].arrowWidth=10oCMenu.level[1].arrowHeight=11oCMenu.level[1].borderClass="clLevel1border"//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify 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=125oCMenu.level[2].height=20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"/******************************************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','','','http://www.thekitchenfactory.com','','110','20','http://www.thekitchenfactory.com/images/buttons2/menu_home_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_home_on.jpg')    oCMenu.makeMenu('top1','','','http://www.thekitchenfactory.com/portfolio.html','','110','20','http://www.thekitchenfactory.com/images/buttons2/menu_portfolio_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_portfolio_on.jpg')	oCMenu.makeMenu('sub13','top1','','http://www.thekitchenfactory.com/port_kit.html','','110','','http://www.thekitchenfactory.com/images/buttons2/menu_kitchens_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_kitchens_on.jpg' )		oCMenu.makeMenu('sub131','sub13','Contemporary','http://www.thekitchenfactory.com/kit_cont.html','','110','','http://www.thekitchenfactory.com/images/buttons2/menu_contemporary_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_contemporary_on.jpg')		oCMenu.makeMenu('sub132','sub13','Traditional','http://www.thekitchenfactory.com/kit_trad.html','','110','','http://www.thekitchenfactory.com/images/buttons2/menu_traditional_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_traditional_on.jpg')	oCMenu.makeMenu('sub14','top1','Bathrooms','http://www.thekitchenfactory.com/port_bath.html','','110','','http://www.thekitchenfactory.com/images/buttons2/menu_bathrooms_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_bathrooms_on.jpg')		oCMenu.makeMenu('sub141','sub14','Contemporary','http://www.thekitchenfactory.com/bath_cont.html','','110','','http://www.thekitchenfactory.com/images/buttons2/menu_contemporary_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_contemporary_on.jpg')		oCMenu.makeMenu('sub142','sub14','Traditional','http://www.thekitchenfactory.com/bath_trad.html','','110','','http://www.thekitchenfactory.com/images/buttons2/menu_traditional_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_traditional_on.jpg')	oCMenu.makeMenu('sub15','top1','Bathrooms','http://www.thekitchenfactory.com/port_entcent.html','','110','','http://www.thekitchenfactory.com/images/buttons2/menu_entertainment_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_entertainment_on.jpg')		oCMenu.makeMenu('sub151','sub15','Contemporary','http://www.thekitchenfactory.com/entcent_cont.html','','110','','http://www.thekitchenfactory.com/images/buttons2/menu_contemporary_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_contemporary_on.jpg')		oCMenu.makeMenu('sub152','sub15','Traditional','http://www.thekitchenfactory.com/entcent_trad.html','','110','','http://www.thekitchenfactory.com/images/buttons2/menu_traditional_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_traditional_on.jpg')oCMenu.makeMenu('top2','','','http://www.thekitchenfactory.com/whatsfresh.html','','110','20','http://www.thekitchenfactory.com/images/buttons2/menu_whatsfresh_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_whatsfresh_on.jpg')oCMenu.makeMenu('top3','','','http://www.thekitchenfactory.com/manufacts.html','','110','20','http://www.thekitchenfactory.com/images/buttons2/menu_manufacturers_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_manufacturers_on.jpg')oCMenu.makeMenu('top4','','','http://www.thekitchenfactory.com/aboutus.html','','110','20','http://www.thekitchenfactory.com/images/buttons2/menu_about_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_about_on.jpg')oCMenu.makeMenu('sub16','top4','About','http://www.thekitchenfactory.com/services.html','','110','','http://www.thekitchenfactory.com/images/buttons2/menu_services_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_services_on.jpg' )oCMenu.makeMenu('sub17','top4','About','http://www.thekitchenfactory.com/aboutus.html','','110','','http://www.thekitchenfactory.com/images/buttons2/menu_staff_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_staff_on.jpg' )oCMenu.makeMenu('sub18','top4','About','http://www.thekitchenfactory.com/contact.html','','110','','http://www.thekitchenfactory.com/images/buttons2/menu_contact_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_contact_on.jpg' )/** oCMenu.makeMenu('top4','','','http://www.thekitchenfactory.com/cgi-local/calendar/calendar.pl','','110','20','http://www.thekitchenfactory.com/images/buttons2/menu_contact_off.jpg','http://www.thekitchenfactory.com/images/buttons2/menu_contact_on.jpg')**/	//Leave this line - it constructs the menuoCMenu.construct()	