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

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

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

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

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

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