navaboutus=new makeCM("navaboutus") //Making the menu object. Argument: menuname

//Menu properties 
navaboutus=new makeCM("navaboutus")
navaboutus.pxBetween=30
navaboutus.fromLeft=78 
navaboutus.fromTop=157
navaboutus.rows=1
navaboutus.menuPlacement="left"
navaboutus.offlineRoot="" 
navaboutus.onlineRoot=""
navaboutus.resizeCheck=1 
navaboutus.wait=500 
navaboutus.fillImg="/menus/cm_fill.gif"
navaboutus.zIndex=70

//Background bar properties
navaboutus.useBar=0 //Set to 1 to turn on background bar
navaboutus.barWidth="0"
navaboutus.barHeight="menu" 
navaboutus.barClass="ZZ-NO-TOUCH-clBar"
navaboutus.barX=0 
navaboutus.barY=0
navaboutus.barBorderX=0
navaboutus.barBorderY=0
navaboutus.barBorderClass="ZZ-NO-TOUCH-clBorder1"

navaboutus.level[0]=new cm_makeLevel() //Add this for each new level
navaboutus.level[0].width=122 //width of each menu item
navaboutus.level[0].height=26
navaboutus.level[0].borderX=0 //Width + height of the borders in pixels, can be 0
navaboutus.level[0].borderY=0
navaboutus.level[0].offsetX=0 //Offset of the next level menu items
navaboutus.level[0].offsetY=0
navaboutus.level[0].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
navaboutus.level[0].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
navaboutus.level[0].align="bottom"
navaboutus.level[0].regClass="ZZ-NO-TOUCH-cl1" //Name of the class files to use for this menu
navaboutus.level[0].overClass="ZZ-NO-TOUCH-cl1over"
navaboutus.level[0].borderClass="ZZ-NO-TOUCH-clBorder1"

navaboutus.level[1]=new cm_makeLevel() //Add this for each new level
navaboutus.level[1].width=122 //width of each menu item
navaboutus.level[1].height=26
navaboutus.level[1].borderX=0 //Width + height of the borders in pixels, can be 0
navaboutus.level[1].borderY=0
navaboutus.level[1].offsetX=176 //Offset of the next level menu items
navaboutus.level[1].offsetY=-14-2
navaboutus.level[1].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
navaboutus.level[1].arrowWidth=9
navaboutus.level[1].arrowHeight=13
navaboutus.level[1].arrow="/images/menu_arrow.gif"
navaboutus.level[1].align="bottom"
navaboutus.level[1].regClass="ZZ-NO-TOUCH-cl1" //Name of the class files to use for this menu
navaboutus.level[1].overClass="ZZ-NO-TOUCH-cl1over"
navaboutus.level[1].borderClass="ZZ-NO-TOUCH-clBorder1"

navaboutus.level[2]=new cm_makeLevel() //Add this for each new level
navaboutus.level[2].width=122 //width of each menu item
navaboutus.level[2].height=26
navaboutus.level[2].borderX=1 //Width + height of the borders in pixels, can be 0
navaboutus.level[2].borderY=1
navaboutus.level[2].offsetX=150 //Offset of the next level menu items
navaboutus.level[2].offsetY=-14-2
navaboutus.level[2].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
navaboutus.level[2].arrowWidth=9
navaboutus.level[2].arrowHeight=13
navaboutus.level[2].arrow="/images/menu_arrow.gif"
navaboutus.level[2].align="bottom"
navaboutus.level[2].regClass="ZZ-NO-TOUCH-cl1" //Name of the class files to use for this menu
navaboutus.level[2].overClass="ZZ-NO-TOUCH-cl1over"
navaboutus.level[2].borderClass="ZZ-NO-TOUCH-clBorder1"

