function controllo_query(f_query) 
{

//CONTROLLI
var elemento = document.getElementById('messaggio');
	  if (document.f_query.key.value.length <3 ) {
		elemento.style.display='';
	   return false;
	}
	
}