function change_dop_menu(id, div) {
    var div_menu = $("#" + div), div = $("div", div_menu);
    if ($("#" + id).attr("class") != "activ") {
        for (var i=0; i<div.length; i++ ) {
            $(div[i]).attr("class", "");
            div_id = $(div[i]).attr("id");
            $("#div_" + div_id).css("display", "none");
            $("#" + id).attr("class", "activ");
            $("#div_" + id).css("display", "block");
        }
    }
}
function card_open() {
    if (document.form_card_open.card_selector.options[document.form_card_open.card_selector.selectedIndex].value != "none") {
        window.location.href = document.form_card_open.card_selector.options[document.form_card_open.card_selector.selectedIndex].value;
    }
}
function show_all_actions() {
    hideElem = document.getElementById('w100fl_hide');
    hideElem.style.display="";
    hideElem_bt = document.getElementById('w100fl_hide_bt');
    hideElem_bt.style.display="none";
}
function flashHelpWindow() {
    help = window.open('https://www.homebank.kz/help/hbhelp/hbhelp.htm?', 'help', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width='+850+',height='+720+',left='+0+',top='+0+',screenX='+0+',screenY='+0+'');
    help.focus();
}