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