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

//Menu properties 
meet_our_team=new makeCM("meet_our_team")
meet_our_team.pxBetween=30
meet_our_team.fromLeft=176 
meet_our_team.fromTop=25
meet_our_team.rows=1
meet_our_team.menuPlacement="left"
meet_our_team.offlineRoot="" 
meet_our_team.onlineRoot=""
meet_our_team.resizeCheck=1 
meet_our_team.wait=200 
meet_our_team.fillImg="/menu/cm_fill.gif"
meet_our_team.zIndex=70

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

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

meet_our_team.level[1]=new cm_makeLevel() //Add this for each new level
meet_our_team.level[1].width=101 //width of each menu item
meet_our_team.level[1].height=21
meet_our_team.level[1].borderX=1 //Width + height of the borders in pixels, can be 0
meet_our_team.level[1].borderY=1
meet_our_team.level[1].offsetX=100 //Offset of the next level menu items
meet_our_team.level[1].offsetY=-20-2
meet_our_team.level[1].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
meet_our_team.level[1].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
meet_our_team.level[1].arrow="/menu/arrow.gif"
meet_our_team.level[1].arrowWidth=10
meet_our_team.level[1].arrowHeight=10
meet_our_team.level[1].align="bottom"
meet_our_team.level[1].regClass="ZZ-NO-TOUCH-cl0" //Name of the class files to use for this menu
meet_our_team.level[1].overClass="ZZ-NO-TOUCH-cl0over"
meet_our_team.level[1].borderClass="ZZ-NO-TOUCH-clBorder0"


