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

//Menu properties 
bcma_information=new makeCM("bcma_information")
bcma_information.pxBetween=30
bcma_information.fromLeft=311
bcma_information.fromTop=20
bcma_information.rows=1
bcma_information.menuPlacement="left"
bcma_information.offlineRoot="" 
bcma_information.onlineRoot=""
bcma_information.resizeCheck=1 
bcma_information.wait=500 
bcma_information.fillImg="/members/menus/cm_fill.gif"
bcma_information.zIndex=70

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

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

bcma_information.level[1]=new cm_makeLevel() //Add this for each new level
bcma_information.level[1].width=170 //width of each menu item
bcma_information.level[1].height=14
bcma_information.level[1].borderX=1 //Width + height of the borders in pixels, can be 0
bcma_information.level[1].borderY=1
bcma_information.level[1].offsetX=150-2 //Offset of the next level menu items
bcma_information.level[1].offsetY=-14-2
bcma_information.level[1].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
bcma_information.level[1].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
bcma_information.level[1].arrow="/members/menus/arrow.gif"
bcma_information.level[1].arrowWidth=12
bcma_information.level[1].arrowHeight=11
bcma_information.level[1].align="bottom"
bcma_information.level[1].regClass="ZZ-NO-TOUCH-cl0Member" //Name of the class files to use for this menu
bcma_information.level[1].overClass="ZZ-NO-TOUCH-cl0overMember"
bcma_information.level[1].borderClass="ZZ-NO-TOUCH-clBorder0Member"

bcma_information.level[2]=new cm_makeLevel() //Add this for each new level
bcma_information.level[2].width=170 //width of each menu item
bcma_information.level[2].height=14
bcma_information.level[2].borderX=1 //Width + height of the borders in pixels, can be 0
bcma_information.level[2].borderY=1
bcma_information.level[2].offsetX=120-2 //Offset of the next level menu items
bcma_information.level[2].offsetY=-14-2
bcma_information.level[2].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
bcma_information.level[2].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
bcma_information.level[2].arrow="/members/menus/arrow.gif"
bcma_information.level[2].arrowWidth=12
bcma_information.level[2].arrowHeight=11
bcma_information.level[2].align="bottom"
bcma_information.level[2].regClass="ZZ-NO-TOUCH-cl0Member" //Name of the class files to use for this menu
bcma_information.level[2].overClass="ZZ-NO-TOUCH-cl0overMember"
bcma_information.level[2].borderClass="ZZ-NO-TOUCH-clBorder0Member"

//Revision History change width to accomodate menu labels without truncating  August 22 2003 Andrew
