function ValidarTodo()
{
 
 
	if (window.document.form1.nombres1.value.length == 0) 
	{
		alert("¡Ingrese el nombre!");
		form1.nombres1.focus();
	  return false;
	
		
	} 	
 
  if (window.document.form1.apellidos1.value.length == 0) 
	{
		alert("¡Ingrese los apellidos!");
		form1.apellidos1.focus();
	  return false;
		
	} 	
	
		
		if (window.document.form1.pais1.value.length == 0) 
	{
	alert("¡Seleccione el país!");
		form1.pais1.focus();
		return false;
		
		
	} 	
	
	
		if (window.document.form1.ciudad1.value.length == 0) 
	{
	alert("¡Ingrese la ciudad!");
		form1.ciudad1.focus();
		return false;
		
		
	} 	
	
	
			if (window.document.form1.tel1.value.length == 0) 
	{
	alert("¡Ingrese su número telefónico!");
		form1.tel1.focus();
		return false;
		
		
	} 	
	
	
	
	if (window.document.form1.mail1.value.length == 0) 
	{
	alert("¡Ingrese su Email!");
		form1.mail1.focus();
		return false;
		
		
	} 	
	
	
		
	if (window.document.form1.ocu1.value.length == 0) 
	{
		alert("¡Seleccione su ocupación!");
		form1.ocu1.focus();
		return false;
		
	} 	
	

if (window.document.form1.perfil1.value.length == 0) 
	{
		
		alert("Ingrese un breve perfil profesional:");
		form1.perfil1.focus();
		return false;
		
		
	} 	


if (window.document.form1.tit1.value.length == 0) 
	{
	alert("¡Ingrese un Título!");
		form1.tit1.focus();
		return false;
		
		
		
	} 	


if (window.document.form1.abs1.value.length == 0) 
	{
	alert("¡Ingrese un Resumen!");
		form1.abs1.focus();
		return false;
		
		
	} 	

if (window.document.form1.pop.value.length == 0) 
	{
		
		alert("¡Seleccione una Línea!");
		form1.pop.focus();
		return false;
		
		
	} 	


}

function ValidarTodo2()
{
 
 
	if (window.document.form2.nombres1.value.length == 0) 
	{
		alert("¡Ingrese el nombre!");
		form2.nombres1.focus();
	  return false;
	
		
	} 	
 
  if (window.document.form2.apellidos1.value.length == 0) 
	{
		alert("¡Ingrese los apellidos!");
		form2.apellidos1.focus();
	  return false;
		
	} 	
	
		
		if (window.document.form2.pais1.value.length == 0) 
	{
	alert("¡Seleccione el país!");
		form2.pais1.focus();
		return false;
		
		
	} 	
	
	
		if (window.document.form2.ciudad1.value.length == 0) 
	{
	alert("¡Ingrese la ciudad!");
		form2.ciudad1.focus();
		return false;
		
		
	} 	
	
	
			if (window.document.form2.tel1.value.length == 0) 
	{
	alert("¡Ingrese su número telefónico!");
		form2.tel1.focus();
		return false;
		
		
	} 	
	
	
	
	if (window.document.form2.mail1.value.length == 0) 
	{
	alert("¡Ingrese su Email!");
		form2.mail1.focus();
		return false;
		
		
	} 	
	
	
		
	if (window.document.form2.ocu1.value.length == 0) 
	{
		alert("¡Seleccione su ocupación!");
		form2.ocu1.focus();
		return false;
		
	} 	
	

if (window.document.form2.perfil1.value.length == 0) 
	{
		
		alert("Ingrese un breve perfil profesional:");
		form2.perfil1.focus();
		return false;
		
		
	} 	


if (window.document.form2.mesa.value.length == 0) 
	{
	alert("¡Ingrese un Título!");
		form2.mesa.focus();
		return false;		
	} 	


if (window.document.form2.abs1.value.length == 0) 
	{
	alert("¡Ingrese un Resumen!");
		form2.abs1.focus();
		return false;
		
		
	} 	

if (window.document.form2.pop.value.length == 0) 
	{
		
		alert("¡Seleccione una Línea!");
		form2.pop.focus();
		return false;
		
		
	} 	


}



