/* wszystkie prawa zastrzeżone, używanie i rozpowszechnianie zabronione bez zgody autora
   twórca: Wojciech Dąbrowski  sn [AT] home.pl */

function wyslij(adres) {
   document.location.href = "mailto:" + adres.replace("[malpa-out]", "@"); }

function input_txt_p(nazwa,gdzie) {
      if(document.getElementById(gdzie).value==nazwa) document.getElementById(gdzie).value = ""; }

function input_txt_r(nazwa,gdzie) {
      if(document.getElementById(gdzie).value=="") document.getElementById(gdzie).value = nazwa; }
        
