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

