function testPassword(){
	 if(textPassword.value == "CSE2005"){
	       self.location.href = "centrostudidoc.html";
	 }else{
	       alert("Password non valida");
	 }
}
