function kontolloKerkimin() {
if ((document.formVeprimtari.veprimtaria.value ==0) || (document.formVeprimtari.veprimtaria.value.length < 2)){
document.formVeprimtari.veprimtaria.style.background="#fffddd"; 
return false;
} 

return true;
}

