// JavaScript Document
function valida(){
	if((document.getElementById("nombre").value=='')||(document.getElementById("apellidos").value=='')||(document.getElementById("user").value=='')||(document.getElementById("pass").value=='')||(document.getElementById("email").value=='')||(document.getElementById("telefono").value=='')||(document.getElementById("direccion").value=='')||(document.getElementById("poblacion").value=='')||(document.getElementById("profesion").value=='')||(document.getElementById("cp").value=='')||(document.getElementById("provincia").value=='')||(document.getElementById("pais").value=='')){
	Sexy.alert('<strong>Atenci&oacute;n:</strong> debe rellenar todos los campos del formulario para que este sea enviado.');
	}else{
		if(document.getElementById("condiciones").checked){
			document.getElementById("form_95261").submit();
		}else{
			Sexy.alert('<strong>Atenci&oacute;n:</strong> debe aceptar las Condiciones de Uso para poder registrarse.');
		}
	}
}

function valida2(){
	if((document.getElementById("nombre").value=='')||(document.getElementById("apellidos").value=='')||(document.getElementById("user").value=='')||(document.getElementById("pass").value=='')||(document.getElementById("email").value=='')||(document.getElementById("telefono").value=='')||(document.getElementById("direccion").value=='')||(document.getElementById("poblacion").value=='')||(document.getElementById("profesion").value=='')||(document.getElementById("cp").value=='')||(document.getElementById("provincia").value=='')||(document.getElementById("pais").value=='')){
	Sexy.alert('<strong>Atenci&oacute;n:</strong> debe rellenar todos los campos del formulario para que este sea enviado.');
	}else{
		document.getElementById("form_95261").submit();
	}
}

function msg4(){
	Sexy.info('<strong>DATOS MODIFICADOS CORRECTAMENTE.</strong>');
}

function msg(){
	Sexy.alert('<strong>Atenci&oacute;n:</strong> debe rellenar todos los campos del formulario (el campo WEB no es obligatorio), y aceptar las condiciones para que este sea enviado.');
}

function msg2(){
	Sexy.error('<strong>Atenci&oacute;n:</strong> se ha producido un error al registrar sus datos, por favor intentelo de nuevo.');
}

function msg3(){
	Sexy.error('<strong>Atenci&oacute;n:</strong> el nombre de usuario que ha elegido ya se encuentra registrado.');
}

function enviaCv(){
	document.getElementById("cargacv").style.display = 'inline';
	document.getElementById("infocv").style.display = 'none';
	document.getElementById("formucv").submit();
}

function tag(temp){
	valor = document.getElementById('tags').value;
	if (valor==''){
		document.getElementById('tags').value = temp;
	}else{
		document.getElementById('tags').value = valor + ", " + temp;
	}
}

