escapedSelectors.push("div#topbar");
escapedSelectors.push(".dhtmlselect");
escapedSelectors.push("form#searchForm input");
escapedSelectors.push("#topMenuTopLevel");
escapedSelectors.push("div#topMenu");
escapedSelectors.push("electionleft");
escapedSelectors.push("electionright");
escapedSelectors.push("block_header");
escapedSelectors.push("div.tabBlock");
escapedSelectors.push("div.tabBlock");
escapedSelectors.push("td.ratesRow2");
escapedSelectors.push("td.ratesRow1");
escapedSelectors.push("a.all_news_by_theme");

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";

}
