function showStock(sku,mfrname,mfrno){
        url = "http://www.weship2world.com/Realtimestock.php?id="; 
        url = url + sku+"&mfrno="+mfrno+"&mfrname="+mfrname;
        window.open(url, "ws2wstock", "width=550 height=300 location=0 resizable=0 toolbar=0 menubar=0 status=0 scrollbars=0");
      }