function mirarSiAltres(){
    if (document.getElementById("experiencia_area_funcional_id").options[document.getElementById("experiencia_area_funcional_id").selectedIndex].value == 30)
    {
        Element.show('area_area_funcional_altres');
    }
    else 
        Element.hide('area_area_funcional_altres');
}

function mirarSiAltres2(){
    if (document.getElementById("oferta_requisits_edat_id").options[document.getElementById("oferta_requisits_edat_id").selectedIndex].value == 9)
    {
        Element.show('area_area_funcional_altres');
    }
    else 
        Element.hide('area_area_funcional_altres');
}

function mirarSiAltresIdioma(){
    if (document.getElementById("formacio_idioma_idioma_id").options[document.getElementById("formacio_idioma_idioma_id").selectedIndex].value == 6)
    {
        Element.show('area_idioma_altres');
    }
    else 
        Element.hide('area_idioma_altres');
}

function mirarSiAltresIdiomaOferta(){
    if (document.getElementById("oferta_requisits_formacio_idioma_idioma_id").options[document.getElementById("oferta_requisits_formacio_idioma_idioma_id").selectedIndex].value == 6)
    {
        Element.show('area_idioma_altres');
    }
    else 
        Element.hide('area_idioma_altres');
}

function mirarSiAltresIdiomaPreOferta(){
    if (document.getElementById("pre_oferta_requisits_idioma_idioma_id").options[document.getElementById("pre_oferta_requisits_idioma_idioma_id").selectedIndex].value == 6)
    {
        Element.show('area_idioma_altres');
    }
    else 
        Element.hide('area_idioma_altres');
}

function check_if_not_blank_and_submit() {
    if (document.add_gestio.gestio_oferta_id.value == "") {
        alert("Has de triar una oferta.");
    } else {
        document.add_gestio.submit();
        alert("Candidat afegit.");
        window.close();
    }
}
