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

//Menu properties 
your_community=new makeCM("your_community")
your_community.pxBetween=30
your_community.fromLeft=416 
your_community.fromTop=141
your_community.rows=1
your_community.menuPlacement="left"
your_community.offlineRoot="" 
your_community.onlineRoot=""
your_community.resizeCheck=1 
your_community.wait=200 
your_community.fillImg="/menu/cm_fill.gif"
your_community.zIndex=70

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

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

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


