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

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

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

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

navreservations.level[1]=new cm_makeLevel() //Add this for each new level
navreservations.level[1].width=116 //width of each menu item
navreservations.level[1].height=29
navreservations.level[1].borderX=1 //Width + height of the borders in pixels, can be 0
navreservations.level[1].borderY=1
navreservations.level[1].offsetX=126 //Offset of the next level menu items
navreservations.level[1].offsetY=0
navreservations.level[1].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
navreservations.level[1].arrowWidth=9
navreservations.level[1].arrowHeight=13
navreservations.level[1].arrow="/images/menu_arrow.gif"
navreservations.level[1].align="bottom"
navreservations.level[1].regClass="ZZ-NO-TOUCH-cl1" //Name of the class files to use for this menu
navreservations.level[1].overClass="ZZ-NO-TOUCH-cl1over"
navreservations.level[1].borderClass="ZZ-NO-TOUCH-clBorder1"

navreservations.level[2]=new cm_makeLevel() //Add this for each new level
navreservations.level[2].width=116 //width of each menu item
navreservations.level[2].height=25
navreservations.level[2].borderX=0 //Width + height of the borders in pixels, can be 0
navreservations.level[2].borderY=0
navreservations.level[2].offsetX=150 //Offset of the next level menu items
navreservations.level[2].offsetY=-14-2
navreservations.level[2].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
navreservations.level[2].arrowWidth=9
navreservations.level[2].arrowHeight=13
navreservations.level[2].arrow="/images/menu_arrow.gif"
navreservations.level[2].align="bottom"
navreservations.level[2].regClass="ZZ-NO-TOUCH-cl1" //Name of the class files to use for this menu
navreservations.level[2].overClass="ZZ-NO-TOUCH-cl1over"
navreservations.level[2].borderClass="ZZ-NO-TOUCH-clBorder1"
