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