<!--

var prodDesc1 = "MP-Gold, Natural Herbal HRT, 1 Month";
var prodCode1 = "MPGOLD1";
var prodUSAPrice1 = "29.60";
var prodUKPrice1 = "18.65";

var prodDesc2 = "MP-Gold, Natural Herbal HRT, 2 Months, Free Postage";
var prodCode2 = "MPGOLD2";
var prodUSAPrice2 = "49.90";
var prodUKPrice2 = "33.30";

var prodDesc3 = "MP-Gold, Natural Herbal HRT, 3 Months plus 1 Free Month";
var prodCode3 = "MPGOLD3";
var prodUSAPrice3 = "74.85";
var prodUKPrice3 = "49.95";

function addToUSABasket(desc,code,price)
{
  var resume = window.location.href;
  
  window.location='http://www.hwize.com/cgi-bin/hllc-cart.cgi?actiontype=add&amp;quantity=1&amp;productdesc='+desc+'&amp;productid='+code+'&amp;hwid=hrbhrt&amp;productprice='+price+'&amp;basketReturn='+resume;
}

function viewUSABasket()
{
  var resume = window.location.href;
  
  window.location='http://www.hwize.com/cgi-bin/hllc-cart.cgi?actiontype=view&amp;basketReturn='+resume;
}

function addToUKBasket(desc,code,price)
{
  var resume = window.location.href;
  
  window.location='http://www.hwize.com/cgi-bin/hllc-gbp-cart.cgi?actiontype=add&amp;quantity=1&amp;productdesc='+desc+'&amp;productid='+code+'&amp;hwid=hrbhrt&amp;productprice='+price+'&amp;basketReturn='+resume;
}

function viewUKBasket()
{
  var resume = window.location.href;
  
  window.location='http://www.hwize.com/cgi-bin/hllc-gbp-cart.cgi?actiontype=view&amp;basketReturn='+resume;
}

//-->
