function tarachg()
{
	document.cautare1.regid[0].selected = "1";
	document.cautare1.orasid[0].selected = "1";
	document.forms.cautare1.submit();
}



function regchg()
{
	document.cautare1.orasid[0].selected = "1";
	document.forms.cautare1.submit();
}



function checkcaut()
{
var what; 
if (document.cautare2.w.value == "")
   {
      //alert("Cauta what??!")
      document.cautare2.w.focus()
      return false
   }

what = document.cautare2.w.value;

if (what.length <2)
   {
      alert("Cautarile pe litere nu sunt acceptate")
      document.cautare2.w.focus()
      return false
   }
return true
}

