groundSupport=new makeCM("groundSupport") //Making the menu object. Argument: menuname

//Menu properties 
groundSupport=new makeCM("groundSupport")
groundSupport.pxBetween=-1
groundSupport.fromLeft=586 
groundSupport.fromTop=121+(24*3)
groundSupport.rows=1
groundSupport.menuPlacement="left"
groundSupport.offlineRoot="file:///E|/Websites/van-echo-development/van-echo-development/" 
groundSupport.onlineRoot="/" 
groundSupport.resizeCheck=1 
groundSupport.wait=0 
groundSupport.fillImg="images/cm_fill.gif"
groundSupport.zIndex=70

//Background bar properties
groundSupport.useBar=0 //Set to 1 to turn on background bar
groundSupport.barWidth="100%"
groundSupport.barHeight="menu" 
groundSupport.barClass="clBar"
groundSupport.barX=0 
groundSupport.barY=0
groundSupport.barBorderX=0
groundSupport.barBorderY=0
groundSupport.barBorderClass="clBorder0"

groundSupport.level[0]=new cm_makeLevel() //Add this for each new level
groundSupport.level[0].width=192 //width of each menu item
groundSupport.level[0].height=23
groundSupport.level[0].borderX=1 //Width + height of the borders in pixels, can be 0
groundSupport.level[0].borderY=1
groundSupport.level[0].offsetX=-162 //Offset of the next level menu items
groundSupport.level[0].offsetY=-23-2
groundSupport.level[0].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
groundSupport.level[0].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
groundSupport.level[0].align="bottom"
groundSupport.level[0].regClass="cl0" //Name of the class files to use for this menu
groundSupport.level[0].overClass="cl0over"
groundSupport.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
groundSupport.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
groundSupport.level[1].width=160
groundSupport.level[1].height=23
groundSupport.level[1].offsetX=-160-2
groundSupport.level[1].offsetY=-23-2
groundSupport.level[1].borderX=1 //Width + height of the borders in pixels, can be 0
groundSupport.level[1].borderY=1
groundSupport.level[1].arrow=1 // Is there an arrow shown for subs, 1 if yes, 0 if no
groundSupport.level[1].arrowWidth=9 //width + height of the arrow picture
groundSupport.level[1].arrowHeight=8
groundSupport.level[1].align="bottom"
groundSupport.level[1].arrow="images/menu_arrow.gif"
groundSupport.level[1].regClass="cl1"
groundSupport.level[1].overClass="cl1over"
groundSupport.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
groundSupport.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
groundSupport.level[2].width=160
groundSupport.level[2].height=23
groundSupport.level[2].offsetX=-160-2
groundSupport.level[2].offsetY=-23-2
groundSupport.level[2].borderX=1 //Width + height of the borders in pixels, can be 0
groundSupport.level[2].borderY=1
groundSupport.level[2].arrow=1 // Is there an arrow shown for subs, 1 if yes, 0 if no
groundSupport.level[2].arrowWidth=9 //width + height of the arrow picture
groundSupport.level[2].arrowHeight=8
groundSupport.level[2].align="bottom"
groundSupport.level[2].arrow="images/menu_arrow.gif"
groundSupport.level[2].regClass="cl2"
groundSupport.level[2].overClass="cl2over"
groundSupport.level[2].borderClass="clBorder2"

//function(name,parent,txt,lnk,targ,w,h,img1,img2,cl,cl2,align,rows,nolink,onclick,onmouseover,onmouseout)
groundSupport.makeMenu('top3','','','groundsupport/overview.htm','','192','23','images/navigation/groundsupport.gif','images/navigation/groundsupport-down.gif','','','','','','','aboutUs.hidesub();materialHandling.hidesub();rotaryDrilling.hidesub();shotCrete.hidesub();rockBreakers.hidesub();drillingFluids.hidesub();','')
	groundSupport.makeMenu('sub30','top3','Overview','groundsupport/overview.htm')
	groundSupport.makeMenu('sub31','top3','Products')
		groundSupport.makeMenu('sub310','sub31','Overview','groundsupport/products/overview.htm')
		groundSupport.makeMenu('sub311','sub31','Rock Bolts & Soil Nails','groundsupport/products/rockbolts.htm')
		groundSupport.makeMenu('sub312','sub31','Specialty Support','groundsupport/products/specialty.htm')
		groundSupport.makeMenu('sub313','sub31','Bolting Accessories','groundsupport/products/bolting.htm')
		groundSupport.makeMenu('sub314','sub31','Tools & Miscellaneous','groundsupport/products/tools.htm')
	groundSupport.makeMenu('sub32','top3','Contact Us','groundsupport/contactus.htm')
