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

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

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

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

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

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

