function chooseAction() {

    if (document.form.searchScope[0].checked) {
        document.form.action = "/modules/articles/recherche/index.php";
    } 
    
    document.form.submit();
}