function sprawdz(){
  var num_formularza = document.kategoria;
  var pola_nie_wypelnione = "";
  
  if (num_formularza.kategoria_f_rek.value ==''){
      pola_nie_wypelnione = "wprowadź nazwę kategorii";
  }
  if (pola_nie_wypelnione=="") return true;
  else { alert("Wypełnij"+ pola_nie_wypelnione); return false; }
  
}

function podkat(){
    var formularz = document.podkat_form_rek;
    var pola_nie_wypelnione = "";
    
    if (formularz.dodaj_podkategorie.value == '') pole_nie_wypelnione = "\n - nazwa podkategorii";
    if (formularz.text_glowny.value == '') pole_nie_wypelnione = pole_nie_wypelnione + "\n - tekst główny";    
       
    if (pole_nie_wypelnione=="") return true;
    else { alert("Wypełnij pola: "+ pole_nie_wypelnione); return false; }
}

function podkategoria(){
  alert("Wypełnij");
  return false;
 // var formularz = document.podkat_form_rek;
 // var pola_nie_wypelnione = "";


  /*
  if (formularz.dodaj_podkategorie.value == '')
      pole_nie_wypelnione = "wprowadź nazwę podkategorii";
  if (formularz.text_glowny.value == '')
      pole_nie_wypelnione = "tekst główny";
      
  if (pole_nie_wypelnione=="") return true;
  else { alert("Wypełnij"+ pole_nie_wypelnione); return false; }
  */
}
