function kontolloPyetjen() {
if ((document.formPyetja.fushaPyetja.value ==0) || (document.formPyetja.fushaPyetja.value.length < 2)){
document.formPyetja.fushaPyetja.style.background="#fffddd"; 
return false;
} 

return true;
}

