function sprawdz_regulamin(pole)
{
if (pole.checked)
{
  return true
}
else
{
  alert("Musisz zakceptować warunki regulaminu.")
  return false
}
}