the_property=new makeCM("the_property") //Making the menu object. Argument: menuname

//Menu properties 
the_property=new makeCM("the_property")
the_property.pxBetween=30
the_property.fromLeft=419 
the_property.fromTop=5
the_property.rows=1
the_property.menuPlacement="left"
the_property.offlineRoot="" 
the_property.onlineRoot=""
the_property.resizeCheck=1 
the_property.wait=150 
the_property.fillImg="/menus/images/cm_fill.gif"
the_property.zIndex=70

//Background bar properties
the_property.useBar=0 //Set to 1 to turn on background bar
the_property.barWidth="0"
the_property.barHeight="menu" 
the_property.barClass="ZZ-NO-TOUCH-clBar"
the_property.barX=0 
the_property.barY=0
the_property.barBorderX=0
the_property.barBorderY=0
the_property.barBorderClass="ZZ-NO-TOUCH-clBorder1"

the_property.level[0]=new cm_makeLevel() //Add this for each new level
the_property.level[0].width=122 //width of each menu item
the_property.level[0].height=26
the_property.level[0].borderX=0 //Width + height of the borders in pixels, can be 0
the_property.level[0].borderY=0
the_property.level[0].offsetX=0 //Offset of the next level menu items
the_property.level[0].offsetY=0
the_property.level[0].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
the_property.level[0].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
the_property.level[0].align="bottom"
the_property.level[0].regClass="ZZ-NO-TOUCH-cl1" //Name of the class files to use for this menu
the_property.level[0].overClass="ZZ-NO-TOUCH-cl1over"
the_property.level[0].borderClass="ZZ-NO-TOUCH-clBorder1"

the_property.level[1]=new cm_makeLevel() //Add this for each new level
the_property.level[1].width=124 //width of each menu item
the_property.level[1].height=26
the_property.level[1].borderX=1 //Width + height of the borders in pixels, can be 0
the_property.level[1].borderY=1
the_property.level[1].offsetX=176 //Offset of the next level menu items
the_property.level[1].offsetY=-14-2
the_property.level[1].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
the_property.level[1].arrowWidth=9
the_property.level[1].arrowHeight=13
the_property.level[1].arrow="/menus/images/menu_arrow.gif"
the_property.level[1].align="bottom"
the_property.level[1].regClass="ZZ-NO-TOUCH-cl1" //Name of the class files to use for this menu
the_property.level[1].overClass="ZZ-NO-TOUCH-cl1over"
the_property.level[1].borderClass="ZZ-NO-TOUCH-clBorder1"


