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

//Menu properties
navaccomodations=new makeCM("navaccomodations")
navaccomodations.pxBetween=30
navaccomodations.fromLeft=185
navaccomodations.fromTop=0
navaccomodations.rows=1
navaccomodations.menuPlacement="left"
navaccomodations.offlineRoot=""
navaccomodations.onlineRoot=""
navaccomodations.resizeCheck=1
navaccomodations.wait=100
navaccomodations.fillImg="/menus/cm_fill.gif"
navaccomodations.zIndex=70

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

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

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

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