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