function OnChangePageSize(sUrl)
{
  if (sUrl != '-')
  {
    window.parent.window.location.href = sUrl
    return true;
  }
}

function basketLink()
{
  WinId = window.open('','paypal');
  WinId.close();
  document._xclickBasket.submit();
}

