 function Wyslij()
  {
   var adres = prompt("Podaj adres e-mail: twojego znajomego lub znajomej","Tutaj wpisz e-mail twojego znajomego");
   if (adres == null) return;
   var temat = prompt("www.grafiki.za.pl oraz Podaj temat wiadomości:","www.grafiki.za.pl - Grafika komputerowa - Zapraszam Cię Skarbie na tę stronkę");
   if (temat == null) return;
   window.location.href = "mailto:" + adres + "?subject=" + temat; 
  }

//-->
