<!--

function addToBasket(desc,code,price)
{
  var resume = window.location.href;

window.location='http://www.hwize.com/cgi-bin/tyh-cart.cgi?actiontype=add&amp;quantity=1&amp;productdesc='+desc+'&amp;productid='+code+'&amp;productprice='+price+'&amp;basketReturn='+resume;
}

function viewBasket()
{
  var resume = window.location.href;
  
window.location='http://www.hwize.com/cgi-bin/tyh-cart.cgi?actiontype=view&amp;basketReturn='+resume;
}

//-->
