function Vi(){
	if(document.f3.usuario.value == "" ) {
    	alert("Debe introducir su Dirección URL.");
		window.status="Text-Links: Introduce Dirección URL."
		document.f3.usuario.focus();
    	return false;}
	if(document.f3.reciproco.value == "" ) {
    	alert("Debe introducir la dirección URL dónde ha colocado el Enlace Reciproco apuntando a Intercambiodelinks.net o la Dirección URL de dónde ha colocado el Banner.");
		window.status="Text-Links: Introduce URL Enlace Reciproco."
		document.f3.reciproco.focus();
    	return false;}
	if(document.f3.enlace.value == "" ) {
    	alert("Debe introducir el Titulo de su Enlace");
		window.status="Text-Links: Introduce el título del Enlace."
		document.f3.enlace.focus();
    	return false;}
}
