function openNewWindow(URLtoOpen,windowName,windowFeatures){
newWindow=window.open(URLtoOpen,windowName,windowFeatures)}
function MM_jumpMenu(targ,selObj,restore){
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'")
if(restore)selObj.selectedIndex=0}
function cambiarPagina(menu){
if(menu.selectedIndex !=0)
window.document.location=menu[menu.selectedIndex].value}
function MM_abrirPagina(menu){
window.open(menu[menu.selectedIndex].value)}
function abrirPopUp(url){
WindowObjectReference=window.open(url,'popupeltiempo','width=1024,height=800,menubar=no,location=no,resizable=no,scrollbars=no,status=no')}
function abrirVentana(url,ancho,alto){
vf=window.open(url,'FotoGrande','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,menubar=no,width='+ancho+' ,height='+alto)}

function validarForma(){

 a = true;
 fondo = "#ffffe5";
 
  with(document.formEncuestaUsa){ 

     document.getElementById("edad").style.background = "#FFFFFF";        
     document.getElementById("ingreso").style.background = "#FFFFFF";              
     document.getElementById("educacion").style.background = "#FFFFFF";        
     document.getElementById("ninos").style.background = "#FFFFFF";        
     document.getElementById("tiempo").style.background = "#FFFFFF";                  
     
     document.getElementById("vGenero").innerHTML = document.getElementById("vTcredito").innerHTML='';
     document.getElementById("vEdad").innerHTML = document.getElementById("vIngreso").innerHTML='';
     document.getElementById("vEducacion").innerHTML = document.getElementById("vNinos").innerHTML='';
     document.getElementById("vTiempo").innerHTML ='';
  
	  
	  if(!genero[0].checked&&!genero[1].checked){
         document.getElementById("vGenero").innerHTML = "Seleccione una opción";			  
         a = false;
	  }
	    
	  if(!tcredito[0].checked&&!tcredito[1].checked){
         document.getElementById("vTcredito").innerHTML = "Seleccione una opción";			  
         a = false;
	  }
	    
	  	  
	  
	  if (edad.options[edad.selectedIndex].value == 0)
	  {
		document.getElementById("vEdad").innerHTML = "Seleccione una opción";		
		a = false;
        document.getElementById("edad").style.background = fondo;        
	  }	  
  
	  if (ingreso.options[ingreso.selectedIndex].value == 0)
	  {
		document.getElementById("vIngreso").innerHTML = "Seleccione una opción";		
		a = false;
        document.getElementById("ingreso").style.background = fondo;        		
	  }	  

	  if (educacion.options[educacion.selectedIndex].value == 0)
	  {
		document.getElementById("vEducacion").innerHTML = "Seleccione una opción";		
		a = false;
        document.getElementById("educacion").style.background = fondo;        		
	  }	  

  	  if (ninos.options[ninos.selectedIndex].value == 0)
	  {
		document.getElementById("vNinos").innerHTML = "Seleccione una opción";		
		a = false;
        document.getElementById("ninos").style.background = fondo;        		
	  }	  

 	  if (tiempo.options[tiempo.selectedIndex].value == 0)
	  {
		document.getElementById("vTiempo").innerHTML = "Seleccione una opción";		
		a = false;
        document.getElementById("tiempo").style.background = fondo;        		
	  }	  

 
     if(a){
        submit();
     }
  
 
  }
  


}

