materialHandling=new makeCM("materialHandling") //Making the menu object. Argument: menuname

//Menu properties 
materialHandling=new makeCM("materialHandling")
materialHandling.pxBetween=-1
materialHandling.fromLeft=586  
materialHandling.fromTop=121+(24*1)
materialHandling.rows=1
materialHandling.menuPlacement="left"
materialHandling.offlineRoot="file:///E|/Websites/van-echo-development/van-echo-development/" 
materialHandling.onlineRoot="/" 
materialHandling.resizeCheck=1 
materialHandling.wait=0 
materialHandling.fillImg="images/cm_fill.gif"
materialHandling.zIndex=70

//Background bar properties
materialHandling.useBar=0 //Set to 1 to turn on background bar
materialHandling.barWidth="100%"
materialHandling.barHeight="menu" 
materialHandling.barClass="clBar"
materialHandling.barX=0 
materialHandling.barY=0
materialHandling.barBorderX=0
materialHandling.barBorderY=0
materialHandling.barBorderClass="clBorder0"

materialHandling.level[0]=new cm_makeLevel() //Add this for each new level
materialHandling.level[0].width=192 //width of each menu item
materialHandling.level[0].height=23
materialHandling.level[0].borderX=1 //Width + height of the borders in pixels, can be 0
materialHandling.level[0].borderY=1
materialHandling.level[0].offsetX=-162 //Offset of the next level menu items
materialHandling.level[0].offsetY=-23-2
materialHandling.level[0].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
materialHandling.level[0].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
materialHandling.level[0].align="bottom"
materialHandling.level[0].regClass="cl0" //Name of the class files to use for this menu
materialHandling.level[0].overClass="cl0over"
materialHandling.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
materialHandling.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
materialHandling.level[1].width=160
materialHandling.level[1].height=23
materialHandling.level[1].offsetX=-160-2
materialHandling.level[1].offsetY=-23-2
materialHandling.level[1].borderX=1 //Width + height of the borders in pixels, can be 0
materialHandling.level[1].borderY=1
materialHandling.level[1].arrow=1 // Is there an arrow shown for subs, 1 if yes, 0 if no
materialHandling.level[1].arrowWidth=9 //width + height of the arrow picture
materialHandling.level[1].arrowHeight=8
materialHandling.level[1].align="bottom"
materialHandling.level[1].arrow="images/menu_arrow.gif"
materialHandling.level[1].regClass="cl1"
materialHandling.level[1].overClass="cl1over"
materialHandling.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
materialHandling.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
materialHandling.level[2].width=160
materialHandling.level[2].height=23
materialHandling.level[2].offsetX=-160-2
materialHandling.level[2].offsetY=-23-2
materialHandling.level[2].borderX=1 //Width + height of the borders in pixels, can be 0
materialHandling.level[2].borderY=1
materialHandling.level[2].arrow=1 // Is there an arrow shown for subs, 1 if yes, 0 if no
materialHandling.level[2].arrowWidth=9 //width + height of the arrow picture
materialHandling.level[2].arrowHeight=8
materialHandling.level[2].align="bottom"
materialHandling.level[2].arrow="images/menu_arrow.gif"
materialHandling.level[2].regClass="cl2"
materialHandling.level[2].overClass="cl2over"
materialHandling.level[2].borderClass="clBorder2"

//function(name,parent,txt,lnk,targ,w,h,img1,img2,cl,cl2,align,rows,nolink,onclick,onmouseover,onmouseout)
materialHandling.makeMenu('top1','','','materialhandling/overview.htm','','192','23','images/navigation/materialhandling.gif','images/navigation/materialhandling-down.gif','','','','','','','aboutUs.hidesub();rotaryDrilling.hidesub();groundSupport.hidesub();shotCrete.hidesub();rockBreakers.hidesub();drillingFluids.hidesub();','')
	materialHandling.makeMenu('sub10','top1','Overview','materialhandling/overview.htm')
	materialHandling.makeMenu('sub11','top1','Products','materialhandling/products.htm')
	materialHandling.makeMenu('sub12','top1','Custom Plants','materialhandling/customplants.htm')
	materialHandling.makeMenu('sub13','top1','Completed Projects')
		materialHandling.makeMenu('sub130','sub13','Overview','materialhandling/completedprojects/overview.htm','','','30')
		materialHandling.makeMenu('sub131','sub13','Cemented Rockfill & Concrete Plants','materialhandling/completedprojects/cemented.htm','','','30')
		materialHandling.makeMenu('sub132','sub13','Slurry & Grout Plants','materialhandling/completedprojects/slurry.htm')
		materialHandling.makeMenu('sub133','sub13','Shotcrete Plants','materialhandling/completedprojects/shotcrete.htm')
		materialHandling.makeMenu('sub134','sub13','Other Processing & Miscellaneous Plants','materialhandling/completedprojects/other.htm','','','30')
	materialHandling.makeMenu('sub14','top1','Technical Info','materialhandling/technicalinfo.htm')
	materialHandling.makeMenu('sub15','top1','Contact Us','materialhandling/contactus.htm')
