var menuMgr = new NlsMenuManager("mgr");
            menuMgr.defaultEffect="aoslide";
            menuMgr.icPath="http://www.weight-loss-center.net/img/";
           
            menuMgr.loadMenuFromHTML("menudiv", true, false);

            menuMgr.setMenusProperties(
              {
                menubar:{orient:"H",stlprf:"horz_",shadow:new NlsMenuShadow("bottomright", "10px", "menubar"),subMenuIc:["arrleft.gif","arrdown.gif"]},
                products:{shadow:new NlsMenuShadow("bottomright", "10px", "products"),customBorder:new NlsMenuBorder(false,false,true,false),subMenuIc:["arrleftred.gif","arrdown.gif"]},
                jsproducts:{shadow:new NlsMenuShadow("bottomright", "10px", "jsproducts"),customBorder:new NlsMenuBorder(false,false,true,false),subMenuIc:["arrleftred.gif","arrdown.gif"]},
                aspproducts:{shadow:new NlsMenuShadow("bottomright", "10px", "aspproducts"),customBorder:new NlsMenuBorder(false,false,true,false),subMenuIc:["arrleftred.gif","arrdown.gif"]},
				weightlosstools:{shadow:new NlsMenuShadow("bottomright", "10px", "weightlosstools"),customBorder:new NlsMenuBorder(false,false,true,false),subMenuIc:["arrleftred.gif","arrdown.gif"]},
				dietprograms:{shadow:new NlsMenuShadow("bottomright", "10px", "dietprograms"),customBorder:new NlsMenuBorder(false,false,true,false),subMenuIc:["arrleftred.gif","arrdown.gif"]},
				weightlossproducts:{shadow:new NlsMenuShadow("bottomright", "10px", "weightlossproducts"),customBorder:new NlsMenuBorder(false,false,true,false),subMenuIc:["arrleftred.gif","arrdown.gif"]},
				generalhealth:{shadow:new NlsMenuShadow("bottomright", "10px", "generalhealth"),customBorder:new NlsMenuBorder(false,false,true,false),subMenuIc:["arrleftred.gif","arrdown.gif"]},
				fitness:{shadow:new NlsMenuShadow("bottomright", "10px", "fitness"),customBorder:new NlsMenuBorder(false,false,true,false),subMenuIc:["arrleftred.gif","arrdown.gif"]},
				dietnutrition:{shadow:new NlsMenuShadow("bottomright", "10px", "dietnutrition"),customBorder:new NlsMenuBorder(false,false,true,false),subMenuIc:["arrleftred.gif","arrdown.gif"]},
				menshealth:{shadow:new NlsMenuShadow("bottomright", "10px", "menshealth"),customBorder:new NlsMenuBorder(false,false,true,false),subMenuIc:["arrleftred.gif","arrdown.gif"]},
				seniorhealth:{shadow:new NlsMenuShadow("bottomright", "10px", "seniorhealth"),customBorder:new NlsMenuBorder(false,false,true,false),subMenuIc:["arrleftred.gif","arrdown.gif"]},
                forum:{shadow:new NlsMenuShadow("bottomright", "10px", "forum"),customBorder:new NlsMenuBorder(false,false,true,false),subMenuIc:["arrleftred.gif","arrdown.gif"]}
				
              }
            );

            menuMgr.renderMenubar("menudiv");