function submitChoixDossier() {
        window.document.frm_choix_dossier.action="../../front/templates/affich.jsp?codeRubrique="+window.document.frm_choix_dossier.ICodeRubrique.value+"&lang="+window.document.frm_choix_dossier.ILang.value+"&codePage="+window.document.frm_choix_dossier.annee.value;
        window.document.frm_choix_dossier.submit();
}

function validChoixCateg() {
        window.document.frm_choix_categ.action="../../front/templates/affich.jsp?codeRubrique="+window.document.frm_choix_categ.category.value + "&lang="+window.document.frm_choix_categ.ILang.value;
        window.document.frm_choix_categ.submit();
  }