function setSection(section) {
    if (!document.all) return;

    var obj = document.getElementById("navig");
    if (obj) {
        obj.SetVariable("/:activebutton",section);
    }
}
