function koninz(novy_inzerat) {

text = novy_inzerat.text.value;
text1 = novy_inzerat.text;


if (text == "") {
   alert("Nezadali jste text Vašeho inzerátu!");
   text1.focus();
   return false;
} 

else 
   return true;
}

