// JavaScript Document
function ValideazaComanda()
{
	
 if ((document.comanda.nume.value!="") && (document.comanda.mail.value!="") && (document.comanda.mesaj.value!=""))
{ document.comanda.submit(); } 
else { alert(" Va rugam sa completati toate cāmpurile obligatorii !"); } 
}
