function checkAlta() {
	var Retorno = true ;
	if (Retorno) {
		Retorno = VerificarForm ( 'nombre1' , getMessage('MSG_APELLIDOYNOMBRE') , 'txt');
	}
	if (Retorno) {
		Retorno = VerificarForm ( 'mail1' , getMessage('MSG_EMAIL') , 'txt');
	}
	if (Retorno) {
		Retorno = VerificarForm ( 'telefono1' , getMessage('MSG_TELEFONO') , 'txt');
	}
	if ( Retorno ) {
		document.getElementById('button').style.display = 'none';
		return true ;
	} else {
		return false ;
	}
}

function GuardoOK() {
	alert(getMessage('MSG_PREINSCRIPCIONGUARDOOK'));
	document.location.href = '/home.php?lang=eses&idregion=10&imgflashsuperior=institucional';
}
