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