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

