//JS code written by Gheorghe Costin Flavian.
function golire()
{
	document.forms[0].termen.value="";
}

function trimitere()
{
  if(document.forms[0].termen.value.length==0 || document.forms[0].termen.value.length<3) 
  {alert('Minim trei caractere pentru a efectua o cautare');}
  else {document.forms[0].submit();}

}

function fereastra(cale,dim1, dim2)
{
	cale1='http://localhost/Site%20v2'+cale;
	window.open(cale1, width=dim2,height=dim1);
}
