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

