function CheckCercatesto () {
	if ((document.cercatesto.nome.value=="") && (document.cercatesto.argomento.value==""))
	{
	alert("Per effettuare la ricerca valorizzare almeno uno dei campi")
	return true;
	}
	document.cercatesto.action="Risultato.asp#testo";
	document.cercatesto.submit();
}
function CheckScegliSezione () {
	if (document.sceglisezione.sezionexx.value=="")
	{
	alert("Per effettuare la ricerca valorizzare il campo SEZIONE")
	return true;
	}
	document.sceglisezione.action="Risultato.asp#testo";
	document.sceglisezione.submit();
}
function CheckScegliSezione1 () {
	if (document.sceglisezione.gruppo.value=="")
	{
	alert("Per effettuare la ricerca valorizzare il campo GRUPPO")
	return true;
	}
	document.sceglisezione.action="Risultato.asp#testo";
	document.sceglisezione.submit();
}

