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

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

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

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

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

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