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