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

//Menu properties 
contact_menu=new makeCM("contact_menu")
contact_menu.pxBetween=30
contact_menu.fromLeft=403
contact_menu.fromTop=299
contact_menu.rows=1
contact_menu.menuPlacement="left"
contact_menu.offlineRoot="" 
contact_menu.onlineRoot=""
contact_menu.resizeCheck=1 
contact_menu.wait=150 
contact_menu.fillImg="/menus/images/cm_fill.gif"
contact_menu.zIndex=70

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

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

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


