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