escapedSelectors.push("div.menuTopLevel");
escapedSelectors.push(".topMenuTopLevelItemActiv");
escapedSelectors.push(".pageTopBar_");
escapedSelectors.push(".dhtmlselect");
escapedSelectors.push("tabsBlock");


var categoriresForResized = "";

function afterChangeStyle() {
    for (var i = 0; i < 3; i++) {
        var img = document.getElementById("imageFontSize" + i);
        img.src = "/templates/sport/images/topbar/" + i + ".gif";
    }
    document.getElementById("imageFontSize" + currentFontDelta).src = "/templates/sport/images/topbar/" + currentFontDelta + "_over.gif";
    var height = 220;
    if (currentFontDelta == 1) {
        height = 250;
    }
    if (currentFontDelta == 2) {
        height = 280;
    }

    var s = categoriresForResized.split(",");
    for (var i = 0; i < s.length; i++) {
        if (s[i].length > 0) {
            changeCategoryBloks(s[i], height);
        }
    }
}

function changeCategoryBloks(id, height) {
/*    var d = document.getElementById("category_block_" + id);
    if (d) {
        d.style.height = height + "px";
    } else {
        window.setTimeout("changeCategoryBloks(" + id + "," + height + ")", 100);
    }*/
}
