function przejscie(link)
{
  document.location.href=link;
  return true;
}



