function addCart(item)

{

  var methodType = "http://";

  var destination = "www" + "." + "88wfd" + "." + "com";

  document.myform.action  = methodType + destination

+'/bin/update_cart.php?item=' + item;

   document.myform.submit();

}
