rockBreakers=new makeCM("rockBreakers") //Making the menu object. Argument: menuname

//Menu properties 
rockBreakers=new makeCM("rockBreakers")
rockBreakers.pxBetween=-1
rockBreakers.fromLeft=586 
rockBreakers.fromTop=121+(24*5)
rockBreakers.rows=1
rockBreakers.menuPlacement="left"
rockBreakers.offlineRoot="file:///E|/Websites/van-echo-development/van-echo-development/" 
rockBreakers.onlineRoot="/" 
rockBreakers.resizeCheck=1 
rockBreakers.wait=0 
rockBreakers.fillImg="images/cm_fill.gif"
rockBreakers.zIndex=70

//Background bar properties
rockBreakers.useBar=0 //Set to 1 to turn on background bar
rockBreakers.barWidth="100%"
rockBreakers.barHeight="menu" 
rockBreakers.barClass="clBar"
rockBreakers.barX=0 
rockBreakers.barY=0
rockBreakers.barBorderX=0
rockBreakers.barBorderY=0
rockBreakers.barBorderClass="clBorder0"

rockBreakers.level[0]=new cm_makeLevel() //Add this for each new level
rockBreakers.level[0].width=192 //width of each menu item
rockBreakers.level[0].height=23
rockBreakers.level[0].borderX=1 //Width + height of the borders in pixels, can be 0
rockBreakers.level[0].borderY=1
rockBreakers.level[0].offsetX=-162 //Offset of the next level menu items
rockBreakers.level[0].offsetY=-23-2
rockBreakers.level[0].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
rockBreakers.level[0].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
rockBreakers.level[0].align="bottom"
rockBreakers.level[0].regClass="cl0" //Name of the class files to use for this menu
rockBreakers.level[0].overClass="cl0over"
rockBreakers.level[0].borderClass="clBorder0"

//EXAMPLE SUB LEVEL[1] 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
rockBreakers.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
rockBreakers.level[1].width=160
rockBreakers.level[1].height=23
rockBreakers.level[1].offsetX=-160-2
rockBreakers.level[1].offsetY=-23-2
rockBreakers.level[1].borderX=1 //Width + height of the borders in pixels, can be 0
rockBreakers.level[1].borderY=1
rockBreakers.level[1].arrow=1 // Is there an arrow shown for subs, 1 if yes, 0 if no
rockBreakers.level[1].arrowWidth=9 //width + height of the arrow picture
rockBreakers.level[1].arrowHeight=8
rockBreakers.level[1].align="bottom"
rockBreakers.level[1].arrow="images/menu_arrow.gif"
rockBreakers.level[1].regClass="cl1"
rockBreakers.level[1].overClass="cl1over"
rockBreakers.level[1].borderClass="clBorder1"

//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
rockBreakers.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
rockBreakers.level[2].width=160
rockBreakers.level[2].height=23
rockBreakers.level[2].offsetX=-160-2
rockBreakers.level[2].offsetY=-23-2
rockBreakers.level[2].borderX=1 //Width + height of the borders in pixels, can be 0
rockBreakers.level[2].borderY=1
rockBreakers.level[2].arrow=1 // Is there an arrow shown for subs, 1 if yes, 0 if no
rockBreakers.level[2].arrowWidth=9 //width + height of the arrow picture
rockBreakers.level[2].arrowHeight=8
rockBreakers.level[2].align="bottom"
rockBreakers.level[2].arrow="images/menu_arrow.gif"
rockBreakers.level[2].regClass="cl2"
rockBreakers.level[2].overClass="cl2over"
rockBreakers.level[2].borderClass="clBorder2"

//function(name,parent,txt,lnk,targ,w,h,img1,img2,cl,cl2,align,rows,nolink,onclick,onmouseover,onmouseout)
rockBreakers.makeMenu('top5','','','rockbreakers/overview.htm','','192','23','images/navigation/rockbreakers.gif','images/navigation/rockbreakers-down.gif','','','','','','','aboutUs.hidesub();materialHandling.hidesub();rotaryDrilling.hidesub();groundSupport.hidesub();shotCrete.hidesub();drillingFluids.hidesub();','')
	rockBreakers.makeMenu('sub50','top5','Overview','rockbreakers/overview.htm')
	rockBreakers.makeMenu('sub51','top5','Products')
		rockBreakers.makeMenu('sub510','sub51','Overview','rockbreakers/products/overview.htm')
		rockBreakers.makeMenu('sub511','sub51','Breaker Technologies','rockbreakers/products/breakertechnologies.htm')
		rockBreakers.makeMenu('sub512','sub51','Reconditioned Products','rockbreakers/products/usedproducts.htm')
		rockBreakers.makeMenu('sub513','sub51','Chisel Paste','rockbreakers/products/chiselpaste.htm')
	rockBreakers.makeMenu('sub52','top5','Services','rockbreakers/services.htm')
	rockBreakers.makeMenu('sub53','top5','Project News','rockbreakers/projectnews.htm')
	rockBreakers.makeMenu('sub54','top5','Hammer Installation FAQ\'s','rockbreakers/hammerinstallationfaqs.htm')
	rockBreakers.makeMenu('sub55','top5','Contact Us','rockbreakers/contactus.htm')
