what_is_montessori=new makeCM("what_is_montessori") //Making the menu object. Argument: menuname

//Menu properties 
what_is_montessori=new makeCM("what_is_montessori")
what_is_montessori.pxBetween=30
what_is_montessori.fromLeft=585 
what_is_montessori.fromTop=92
what_is_montessori.rows=1
what_is_montessori.menuPlacement="left"
what_is_montessori.offlineRoot="" 
what_is_montessori.onlineRoot=""
what_is_montessori.resizeCheck=1 
what_is_montessori.wait=250 
what_is_montessori.fillImg="https://ssl1.van.ca.securedata.net/montessoritraining.net/menu/cm_fill.gif"
what_is_montessori.zIndex=70

//Background bar properties
what_is_montessori.useBar=0 //Set to 1 to turn on background bar
what_is_montessori.barWidth="0"
what_is_montessori.barHeight="menu" 
what_is_montessori.barClass="ZZ-NO-TOUCH-clBar"
what_is_montessori.barX=0 
what_is_montessori.barY=0
what_is_montessori.barBorderX=0
what_is_montessori.barBorderY=0
what_is_montessori.barBorderClass="ZZ-NO-TOUCH-clBorder1"

what_is_montessori.level[0]=new cm_makeLevel() //Add this for each new level
what_is_montessori.level[0].width=150 //width of each menu item
what_is_montessori.level[0].height=20
what_is_montessori.level[0].borderX=0 //Width + height of the borders in pixels, can be 0
what_is_montessori.level[0].borderY=0
what_is_montessori.level[0].offsetX=0 //Offset of the next level menu items
what_is_montessori.level[0].offsetY=-2
what_is_montessori.level[0].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
what_is_montessori.level[0].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
what_is_montessori.level[0].align="bottom"
what_is_montessori.level[0].regClass="ZZ-NO-TOUCH-cl0" //Name of the class files to use for this menu
what_is_montessori.level[0].overClass="ZZ-NO-TOUCH-cl0over"
what_is_montessori.level[0].borderClass="ZZ-NO-TOUCH-clBorder0"

what_is_montessori.level[1]=new cm_makeLevel() //Add this for each new level
what_is_montessori.level[1].width=150 //width of each menu item
what_is_montessori.level[1].height=20
what_is_montessori.level[1].borderX=1 //Width + height of the borders in pixels, can be 0
what_is_montessori.level[1].borderY=1
what_is_montessori.level[1].offsetX=150 //Offset of the next level menu items
what_is_montessori.level[1].offsetY=-22
what_is_montessori.level[1].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
what_is_montessori.level[1].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
what_is_montessori.level[1].arrow="https://ssl1.van.ca.securedata.net/montessoritraining.net/menu/arrow.gif"
what_is_montessori.level[1].arrowWidth=10
what_is_montessori.level[1].arrowHeight=10
what_is_montessori.level[1].align="bottom"
what_is_montessori.level[1].regClass="ZZ-NO-TOUCH-cl0" //Name of the class files to use for this menu
what_is_montessori.level[1].overClass="ZZ-NO-TOUCH-cl0over"
what_is_montessori.level[1].borderClass="ZZ-NO-TOUCH-clBorder0"
