// JavaScript Documentfunction stop() {//alert("All reserved,no copy");return false;}document.oncontextmenu=stop;function mmLoadMenus() {  if (window.mm_menu_prolist) return;     window.mm_menu_prolist = new Menu("root",184,18,"Verdana, Arial, Helvetica, sans-serif",12,"#ffffff","#ffcc00","#000000","#000000","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);  mm_menu_prolist.addMenuItem("Lifting&nbsp;equipment","location='lifting.htm'");  mm_menu_prolist.addMenuItem("Polyester&nbsp;&nbsp;Sling","location='sling.htm'");  mm_menu_prolist.addMenuItem("Lashing&nbsp;Equipment","location='lashing.htm'");  mm_menu_prolist.addMenuItem("Rigging&nbsp;Hardware","location='rigginghardware.htm'");  mm_menu_prolist.addMenuItem("Material&nbsp;Handling","location='hydraulic.htm'");     mm_menu_prolist.hideOnMouseOut=true;   mm_menu_prolist.bgColor='#555555';   mm_menu_prolist.menuBorder=1;   mm_menu_prolist.menuLiteBgColor='';   mm_menu_prolist.menuBorderBgColor='#FFFFFF';mm_menu_prolist.writeMenus();} function MM_reloadPage(init) {  //reloads the window if Nav4 resized  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);