var menuMgr = new NlsMenuManager("mgr");
        menuMgr.defaultEffect="aoslide";
        menuMgr.flowOverFormElement=true;
        menuMgr.icPath="scripts/nav/img/";
        menuMgr.loadMenuFromHTML("menudiv", true, false);
        menuMgr.setMenusProperties(
          {
            menubar:{stlprf:"horz_",orient:"H",showIcon:false,showSubIcon:false,stretchItem:false,absWidth:"980px",
                     items:{"1":{ico:["home.gif","homeover.gif"]},
                            "3":{ico:["products.gif","productsover.gif"]},
                            "5":{ico:["download.gif","downloadover.gif"]},
                            "7":{ico:["about.gif","aboutover.gif"]}
                           }
                    },
            product:{showIcon:true,showSubIcon:true,absWidth:"190px",itemIco:["smallarr.gif"]},
            menujs:{showIcon:true,itemIco:["smallarr.gif"]},
            menuasp:{showIcon:true,itemIco:["smallarr.gif"]},
            cddvdservices:{showIcon:true,absWidth:"170px",itemIco:["smallarr.gif"]},
			videoservices:{showIcon:true,absWidth:"180px",itemIco:["smallarr.gif"]},
			printservices:{showIcon:true,absWidth:"130px",itemIco:["smallarr.gif"]},
			media:{showIcon:true,absWidth:"150px",itemIco:["smallarr.gif"]},
			equipment:{showIcon:true,absWidth:"175px",itemIco:["smallarr.gif"]},
			packaging:{showIcon:true,absWidth:"135px",itemIco:["smallarr.gif"]},
			printsupplies:{showIcon:true,absWidth:"185px",itemIco:["smallarr.gif"]},
			specials:{showIcon:true,absWidth:"95px",itemIco:["smallarr.gif"]}
			
          }
        );
  
        menuMgr.renderMenubar("menudiv");
