// sprawdzenie czy strona zaladowala sie w ramce "tekst" pliku "indeks.htm"

function loadInTekst() {
  if (top.location.href.indexOf("index.htm") == -1) {
    var str = location.pathname;
    var pos = str.lastIndexOf("/");
    top.location.href = "./index.htm?" + str.substring(pos + 1, str.length);}
}

function napisz(adres) {  return 'mailto:' + adres + '@kamsoft.pl' };
