home=new Image();
homeOn=new Image();
html=new Image();
htmlOn=new Image();
java=new Image();
javaOn=new Image();

home.src="../images/delegaciones_out.gif";
homeOn.src="../images/delegaciones_over.gif";
html.src="../images/empleo_out.gif";
htmlOn.src="../images/empleo_over.gif";
java.src="../images/oferta_out.gif";
javaOn.src="../images/oferta_over.gif";

function cambia(nombre,activa)
{
     document.images[nombre].src=activa.src;
}

function metodoclick1(){      
    if (document.ofertaoct.estructuraotracheck.checked)
    {
    	document.ofertaoct.estructuraotra.disabled = false;     	
    	document.ofertaoct.estructuraotra.focus();
    	
    } else {
    	document.ofertaoct.estructuraotra.disabled = true; 
    	document.ofertaoct.estructuraotra.value = "";   
    }        
} 

function metodoclick2(){      
    if (document.ofertaoct.murootrascheck.checked)
    {
    	document.ofertaoct.murootra.disabled = false;     	
    	document.ofertaoct.murootra.focus();
    	
    } else {
    	document.ofertaoct.murootra.disabled = true; 
    	document.ofertaoct.murootra.value = "";   
    	
    }        
} 

function metodoclick3(){      
    if (document.ofertaoct.cubiertasplanasotra.checked)
    {
    	document.ofertaoct.cubiertasplanasotrasdesc.disabled = false;     	
    	document.ofertaoct.cubiertasplanasotrasdesc.focus();
    	
    } else {
    	document.ofertaoct.cubiertasplanasotrasdesc.disabled = true; 
    	document.ofertaoct.cubiertasplanasotrasdesc.value = "";   
    	
    }        
} 

function metodoclick4(){      
    if (document.ofertaoct.cubiertasinclinadasotras.checked)
    {
    	document.ofertaoct.cubiertasinclinadasotrasdesc.disabled = false;     	
    	document.ofertaoct.cubiertasinclinadasotrasdesc.focus();
    	
    } else {
    	document.ofertaoct.cubiertasinclinadasotrasdesc.disabled = true; 
    	document.ofertaoct.cubiertasinclinadasotrasdesc.value = "";   
    	
    }        
} 

function metodoclick5(){      
    if (document.ofertaoct.nvisitas.value =="Otros")
    {    	
    	document.ofertaoct.nvisitasotra.disabled = false;     	
    	document.ofertaoct.nvisitasotra.focus();
    	
    } else {    	
    	document.ofertaoct.nvisitasotra.disabled = true; 
    	document.ofertaoct.nvisitasotra.value = "";   
    }        
} 

function metodoclick6(){      
    if (document.ofertaoct.misioness3[0].checked)
    {    	
    	document.ofertaoct.nvisitas.disabled = false;     	
    	document.ofertaoct.nvisitas.focus();
    	
    } else { 
    	document.ofertaoct.nvisitas[0].selected=true;
    	document.ofertaoct.nvisitas.disabled = true;
    	document.ofertaoct.nvisitasotra.value = "";
    	
    }        
} 


function MM_openBrWindow(theURL,winName,features) 
{
  window.open(theURL,winName,features);
}


