var active = '';
var prActive = false;
var thAct = '';

function dopinfo(nm, ac, th){
        var dop = document.getElementById(nm);
        if(dop){
                if((dop.style.display == "none") || (dop.style.display == "")){
                        th.className = "vopinactive";
                        dop.style.display = "block";
                        if((active != '') && (ac == true)){
                                var act = document.getElementById(active);
                                act.style.display = "none";
                                var awm = document.getElementById(thAct);
                                awm.className = "vopindeactive";
                        }
                        active = nm;
                        thAct = th.id;
                }else{
                        th.className = "vopindeactive";
                        dop.style.display = "none";
                        if(active == nm) active = '';
                }
        }
}

function inmenu(nm, sty){
        var dop = document.getElementById(nm);
        if(dop){
                dop.className = sty;
        }
}

function into(nm, tip){
        var dop = document.getElementById(nm);
        if(dop){
                if(tip){
                        dop.style.display = 'block';
                } else {
                        dop.style.display = 'none';
                }
        }
}

function loadAnket(ci){
        if(ci != ''){
                var city = document.getElementById('anket_id');
                if(city){
                        var ci = city.value;
                }
        } else var url = ci;
        if(ci != '') windop = window.open('files.php?f='+ci,'','left=0, top=0, height=100, width=300, status=no, toolbar=no, menubar=no, location=no, resizable=no, scrollbars=no');
}

function viewImg(id, img){
        id.src = img;
}

jQuery(function( $ ) {    $("#close-bann-1").click(function() {        $(this).parent().hide('slow');    });});
