function Controlla(){

	if (document.motorericerca.parola.value=="" || document.motorericerca.parola.value.length<3){
			
			alert ("inserisci una parola con almeno tre caratteri nel campo cerca ");
			document.motorericerca.parola.focus();
			return false;
	}// if
	else{
			
			document.motorericerca.submit();
		}
}
	
	
function ChangeAction(){
	
	
	
	if (document.research.txtSegreteria.options[1].selected == true ){
			//alert ("");
			document.research.action = "http://self.pul.it/asp/validate.asp";
	}
	if (document.research.txtSegreteria.options[2].selected == true ){
		
			document.research.action = "http://self.pul.it/asp/docenti/validate.asp";
		
	}
	
}


function resize(name, larghezza, altezza){
										
	Width = larghezza;
	Height = altezza;
	if (document.images[name].width > Width || document.images[name].height > Height) {
										
			document.images[name].width=Width;
										
			document.images[name].height=Height;
											
	}
}
