shotCrete=new makeCM("shotCrete") //Making the menu object. Argument: menuname

//Menu properties 
shotCrete=new makeCM("shotCrete")
shotCrete.pxBetween=-1
shotCrete.fromLeft=586 
shotCrete.fromTop=121+(24*4)
shotCrete.rows=1
shotCrete.menuPlacement="left"
shotCrete.offlineRoot="file:///E|/Websites/van-echo-development/van-echo-development/" 
shotCrete.onlineRoot="/" 
shotCrete.resizeCheck=1 
shotCrete.wait=0 
shotCrete.fillImg="images/cm_fill.gif"
shotCrete.zIndex=70

//Background bar properties
shotCrete.useBar=0 //Set to 1 to turn on background bar
shotCrete.barWidth="100%"
shotCrete.barHeight="menu" 
shotCrete.barClass="clBar"
shotCrete.barX=0 
shotCrete.barY=0
shotCrete.barBorderX=0
shotCrete.barBorderY=0
shotCrete.barBorderClass="clBorder0"

shotCrete.level[0]=new cm_makeLevel() //Add this for each new level
shotCrete.level[0].width=192 //width of each menu item
shotCrete.level[0].height=23
shotCrete.level[0].borderX=1 //Width + height of the borders in pixels, can be 0
shotCrete.level[0].borderY=1
shotCrete.level[0].offsetX=-162 //Offset of the next level menu items
shotCrete.level[0].offsetY=-23-2
shotCrete.level[0].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
shotCrete.level[0].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
shotCrete.level[0].align="bottom"
shotCrete.level[0].regClass="cl0" //Name of the class files to use for this menu
shotCrete.level[0].overClass="cl0over"
shotCrete.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
shotCrete.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
shotCrete.level[1].width=160
shotCrete.level[1].height=23
shotCrete.level[1].offsetX=-160-2
shotCrete.level[1].offsetY=-23-2
shotCrete.level[1].borderX=1 //Width + height of the borders in pixels, can be 0
shotCrete.level[1].borderY=1
shotCrete.level[1].arrow=1 // Is there an arrow shown for subs, 1 if yes, 0 if no
shotCrete.level[1].arrowWidth=9 //width + height of the arrow picture
shotCrete.level[1].arrowHeight=8
shotCrete.level[1].align="bottom"
shotCrete.level[1].arrow="images/menu_arrow.gif"
shotCrete.level[1].regClass="cl1"
shotCrete.level[1].overClass="cl1over"
shotCrete.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
shotCrete.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
shotCrete.level[2].width=160
shotCrete.level[2].height=23
shotCrete.level[2].offsetX=-160-2
shotCrete.level[2].offsetY=-23-2
shotCrete.level[2].borderX=1 //Width + height of the borders in pixels, can be 0
shotCrete.level[2].borderY=1
shotCrete.level[2].arrow=1 // Is there an arrow shown for subs, 1 if yes, 0 if no
shotCrete.level[2].arrowWidth=9 //width + height of the arrow picture
shotCrete.level[2].arrowHeight=8
shotCrete.level[2].align="bottom"
shotCrete.level[2].arrow="images/menu_arrow.gif"
shotCrete.level[2].regClass="cl2"
shotCrete.level[2].overClass="cl2over"
shotCrete.level[2].borderClass="clBorder2"

//function(name,parent,txt,lnk,targ,w,h,img1,img2,cl,cl2,align,rows,nolink,onclick,onmouseover,onmouseout)
shotCrete.makeMenu('top4','','','shotcrete/overview.htm','','192','23','images/navigation/shotcrete.gif','images/navigation/shotcrete-down.gif','','','','','','','aboutUs.hidesub();materialHandling.hidesub();rotaryDrilling.hidesub();groundSupport.hidesub();rockBreakers.hidesub();drillingFluids.hidesub();','')
	shotCrete.makeMenu('sub40','top4','Overview','shotcrete/overview.htm')
	shotCrete.makeMenu('sub41','top4','Products')
		shotCrete.makeMenu('sub410','sub41','Overview','shotcrete/products/overview.htm')
		shotCrete.makeMenu('sub411','sub41','Shotcrete and Grout','shotcrete/products/shotcrete_grout.htm')
		shotCrete.makeMenu('sub412','sub41','Equipment & Accessories','shotcrete/products/application_equip.htm')
		shotCrete.makeMenu('sub413','sub41','Bulk Shotcrete Systems','shotcrete/products/bulk_shotcrete_systems.htm')
	shotCrete.makeMenu('sub42','top4','Training','shotcrete/training.htm')
	shotCrete.makeMenu('sub43','top4','Contact Us','shotcrete/contactus.htm')

