products=new makeCM("products") //Making the menu object. Argument: menuname

//Menu properties 
products=new makeCM("products")
//products.pxBetween=-1
products.pxBetween=30
products.fromLeft=0 
products.fromTop=223
products.rows=1
products.menuPlacement="left"
products.offlineRoot="" 
products.onlineRoot="" 
products.resizeCheck=1 
products.wait=300 
products.fillImg="/images/cm_fill.gif"
products.zIndex=70

//Background bar properties
products.useBar=0 //Set to 1 to turn on background bar
products.barWidth="0"
products.barHeight="menu" 
products.barClass="ZZ-NO-TOUCH-clBar"
products.barX=0 
products.barY=0
products.barBorderX=0
products.barBorderY=0
products.barBorderClass="ZZ-NO-TOUCH-clBorder0"

products.level[0]=new cm_makeLevel() //Add this for each new level
products.level[0].width=130 //width of each menu item
products.level[0].height=19
products.level[0].borderX=0 //Width + height of the borders in pixels, can be 0
products.level[0].borderY=0
products.level[0].offsetX=115//Offset of the next level menu items
products.level[0].offsetY=-23
products.level[0].rows=0 //0 to make subs drop down, 1 to make them drop horizontal
products.level[0].arrow=0 // Is there an arrow shown for subs, 1 if yes, 0 if no
products.level[0].align="bottom"
products.level[0].regClass="ZZ-NO-TOUCH-cl0" //Name of the class files to use for this menu
products.level[0].overClass="ZZ-NO-TOUCH-cl0over"
products.level[0].borderClass="ZZ-NO-TOUCH-clBorder0"

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
products.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
products.level[1].width=130
products.level[1].height=19
products.level[1].offsetX=150
products.level[1].offsetY=-23-2
products.level[1].borderX=1 //Width + height of the borders in pixels, can be 0
products.level[1].borderY=1
products.level[1].arrow=1 // Is there an arrow shown for subs, 1 if yes, 0 if no
products.level[1].align="bottom"
products.level[1].arrowWidth=6
products.level[1].arrowHeight=9
products.level[1].arrow="/images/menu_arrow.gif"
products.level[1].regClass="ZZ-NO-TOUCH-cl1"
products.level[1].overClass="ZZ-NO-TOUCH-cl1over"
products.level[1].borderClass="ZZ-NO-TOUCH-clBorder1"

//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
products.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
products.level[2].width=130
products.level[2].height=19
products.level[2].offsetX=150
products.level[2].offsetY=-23-2
products.level[2].borderX=1 //Width + height of the borders in pixels, can be 0
products.level[2].borderY=1
products.level[2].arrow=1 // Is there an arrow shown for subs, 1 if yes, 0 if no
products.level[2].align="bottom"
products.level[2].arrowWidth=6
products.level[2].arrowHeight=9
products.level[2].arrow="/images/menu_arrow.gif"
products.level[2].regClass="ZZ-NO-TOUCH-cl2"
products.level[2].overClass="ZZ-NO-TOUCH-cl2over"
products.level[2].borderClass="ZZ-NO-TOUCH-clBorder2"
