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