function changeMenu (thisId,showMode,changeMenu) {
    document.getElementById('menuNiveau2'+thisId).style.display=showMode;
    if (showMode=='block') {
        document.getElementById('menuLi'+thisId).className="activeMenu";
    }
    else if (changeMenu=="yes") {
        document.getElementById('menuLi'+thisId).className="normalMenu";
    }
}

function printpage () {
    window.print();
}

function doMenuAction () {
    void(0);
}
