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

//Menu properties 
contracts_negotiations=new makeCM("contracts_negotiations")
contracts_negotiations.pxBetween=30
contracts_negotiations.fromLeft=629
contracts_negotiations.fromTop=20
contracts_negotiations.rows=1
contracts_negotiations.menuPlacement="left"
contracts_negotiations.offlineRoot="" 
contracts_negotiations.onlineRoot=""
contracts_negotiations.resizeCheck=1 
contracts_negotiations.wait=500 
contracts_negotiations.fillImg="/members/menus/cm_fill.gif"
contracts_negotiations.zIndex=70

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

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

contracts_negotiations.level[1]=new cm_makeLevel() //Add this for each new level
contracts_negotiations.level[1].width=150 //width of each menu item
contracts_negotiations.level[1].height=14
contracts_negotiations.level[1].borderX=1 //Width + height of the borders in pixels, can be 0
contracts_negotiations.level[1].borderY=1
contracts_negotiations.level[1].offsetX=-120-2 //Offset of the next level menu items
contracts_negotiations.level[1].offsetY=-14-2
contracts_negotiations.level[1].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
contracts_negotiations.level[1].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
contracts_negotiations.level[1].arrow="/members/menus/arrow2.gif"
contracts_negotiations.level[1].arrowWidth=12
contracts_negotiations.level[1].arrowHeight=11
contracts_negotiations.level[1].align="bottom"
contracts_negotiations.level[1].regClass="ZZ-NO-TOUCH-cl0Member" //Name of the class files to use for this menu
contracts_negotiations.level[1].overClass="ZZ-NO-TOUCH-cl0overMember"
contracts_negotiations.level[1].borderClass="ZZ-NO-TOUCH-clBorder0Member"

contracts_negotiations.level[2]=new cm_makeLevel() //Add this for each new level
contracts_negotiations.level[2].width=120 //width of each menu item
contracts_negotiations.level[2].height=14
contracts_negotiations.level[2].borderX=1 //Width + height of the borders in pixels, can be 0
contracts_negotiations.level[2].borderY=1
contracts_negotiations.level[2].offsetX=-120-2 //Offset of the next level menu items
contracts_negotiations.level[2].offsetY=-14-2
contracts_negotiations.level[2].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
contracts_negotiations.level[2].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
contracts_negotiations.level[2].arrow="/members/menus/arrow2.gif"
contracts_negotiations.level[2].arrowWidth=12
contracts_negotiations.level[2].arrowHeight=11
contracts_negotiations.level[2].align="bottom"
contracts_negotiations.level[2].regClass="ZZ-NO-TOUCH-cl0Member" //Name of the class files to use for this menu
contracts_negotiations.level[2].overClass="ZZ-NO-TOUCH-cl0overMember"
contracts_negotiations.level[2].borderClass="ZZ-NO-TOUCH-clBorder0Member"
