aboutUs=new makeCM("aboutUs") //Making the menu object. Argument: menuname

//Menu properties 
aboutUs=new makeCM("aboutUs")
aboutUs.pxBetween=-1
aboutUs.fromLeft=586 
aboutUs.fromTop=121
aboutUs.rows=1
aboutUs.menuPlacement="left"
aboutUs.offlineRoot="file:///E|/Websites/thiessen team/thiessenteam/" 
aboutUs.onlineRoot="/" 
aboutUs.resizeCheck=1 
aboutUs.wait=0 
aboutUs.fillImg="images/cm_fill.gif"
aboutUs.zIndex=70

//Background bar properties
aboutUs.useBar=0 //Set to 1 to turn on background bar
aboutUs.barWidth="190"
aboutUs.barHeight="menu" 
aboutUs.barClass="clBar"
aboutUs.barX=0 
aboutUs.barY=0
aboutUs.barBorderX=0
aboutUs.barBorderY=0
aboutUs.barBorderClass="clBorder0"

aboutUs.level[0]=new cm_makeLevel() //Add this for each new level
aboutUs.level[0].width=160 //width of each menu item
aboutUs.level[0].height=23
aboutUs.level[0].borderX=1 //Width + height of the borders in pixels, can be 0
aboutUs.level[0].borderY=1
aboutUs.level[0].offsetX=-162 //Offset of the next level menu items
aboutUs.level[0].offsetY=-23-2
aboutUs.level[0].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
aboutUs.level[0].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
aboutUs.level[0].align="bottom"
aboutUs.level[0].regClass="cl0" //Name of the class files to use for this menu
aboutUs.level[0].overClass="cl0over"
aboutUs.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
aboutUs.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
aboutUs.level[1].width=160
aboutUs.level[1].height=23
aboutUs.level[1].offsetX=-162
aboutUs.level[1].offsetY=-23-2
aboutUs.level[1].borderX=1 //Width + height of the borders in pixels, can be 0
aboutUs.level[1].borderY=1
aboutUs.level[1].arrow=1 // Is there an arrow shown for subs, 1 if yes, 0 if no
aboutUs.level[1].arrowWidth=9 //width + height of the arrow picture
aboutUs.level[1].arrowHeight=8
aboutUs.level[1].align="bottom"
aboutUs.level[1].arrow="images/menu_arrow.gif"
aboutUs.level[1].regClass="cl1"
aboutUs.level[1].overClass="cl1over"
aboutUs.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
aboutUs.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
aboutUs.level[2].width=160
aboutUs.level[2].height=23
aboutUs.level[2].offsetX=-162
aboutUs.level[2].offsetY=-23-2
aboutUs.level[2].borderX=1 //Width + height of the borders in pixels, can be 0
aboutUs.level[2].borderY=1
aboutUs.level[2].arrow=1 // Is there an arrow shown for subs, 1 if yes, 0 if no
aboutUs.level[2].arrowWidth=9 //width + height of the arrow picture
aboutUs.level[2].arrowHeight=8
aboutUs.level[2].align="bottom"
aboutUs.level[2].arrow="images/menu_arrow.gif"
aboutUs.level[2].regClass="cl2"
aboutUs.level[2].overClass="cl2over"
aboutUs.level[2].borderClass="clBorder2"

//function(name,parent,txt,lnk,targ,w,h,img1,img2,cl,cl2,align,rows,nolink,onclick,onmouseover,onmouseout)
aboutUs.makeMenu('top0','','','aboutus/overview.htm','','192','23','images/navigation/aboutus.gif','images/navigation/aboutus-down.gif','','','','','','','materialHandling.hidesub();rotaryDrilling.hidesub();groundSupport.hidesub();shotCrete.hidesub();rockBreakers.hidesub();drillingFluids.hidesub();','')
	aboutUs.makeMenu('sub01','top0','Overview','aboutus/overview.htm')
	aboutUs.makeMenu('sub02','top0','What\'s New')	
		aboutUs.makeMenu('sub020','sub02','Newsletters','aboutus/whatsnew/newsletter.htm')
		aboutUs.makeMenu('sub021','sub02','New Products','aboutus/whatsnew/products.htm')
	aboutUs.makeMenu('sub03','top0','Careers','aboutus/careers.htm')
	aboutUs.makeMenu('sub04','top0','Industry Links','aboutus/industrylinks.htm')
	aboutUs.makeMenu('sub05','top0','Contact Us','aboutus/contactus.htm')




