function testPassword(){
	 if(textPassword.value == "localeyes"){
	       self.location.href = "../restArea/default.htm";
	 }else{
	       alert("Password non valida");
	 }
}