function buyClick(url,offer,vm)
{
  if (vm == true)
  {
    offer += "vm";
  }
  location.href = url + "?offer=" + offer;
}