function ChangeUrl(formulaire) {
    if (formulaire.ListeUrl.selectedIndex != 0) {
        location.href = formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
    }
}
function ChangeLanguage(formulaire) {
    if (formulaire.ListeLanguage.selectedIndex != 0) {
        location.href = formulaire.ListeLanguage.options[formulaire.ListeLanguage.selectedIndex].value;
    }
}

function MM_openBrWindow(theURL, winName, features) { //v2.0
    window.open(theURL, winName, features);
}

function MM_callJS(jsStr) { //v2.0
    return eval(jsStr)
}
