function okWin(){
wn='toolbar=0,location=0,width='+200+',height='+150+',status=0,menubar=0,scrollbars=0,resizable=1';
nw=window.open('about:blank','okWin',wn);
nw.document.write('<center>Обработка... Пожалуйста, подождите.</center>');
}
function openWIN(URL,WName,pic,alt,w,h,scr){
sw = screen.width-100;
sh = screen.availHeight-100;
mtw = (screen.width-w)/2;
mth = (screen.availHeight-h)/2;
popup = window.open(URL,WName,"width="+w+",height="+h+",top="+mth+",left="+mtw+",status=no,toolbar=no,scrollbars="+scr+",resizable=no,menubar=no");
popup.document.writeln('<html><head><title>АВЕРСвет</title></head><body style="margin: 0px 0px 0px 0px"><a href="javascript: self.close()"><img src='+pic+' border=0 width='+w+' height='+h+' alt="'+alt+' - нажмите на картинку, чтобы закрыть окно"></a></body></html>');
popup.focus();
}
function count_name(tag, name){
     var elem = document.getElementsByTagName(tag);
     for(i = 0,iarr = 0; i < elem.length; i++) {
          if(elem[i].getAttribute("name") == name) {
               iarr++;
          }
     }
     return iarr;
}
function show_hide(name){
         for(var i = 1; i < 46; i++){
             length = count_name("tr", i);
             for(var j = 0; j < length; j++){
                 if(name == "99")
                    document.getElementsByName(i)[j].style.display = "table-row";
                 else{
                    if(name == i)
                       document.getElementsByName(i)[j].style.display = "table-row";
                    else
                       document.getElementsByName(i)[j].style.display = "none";
                 }
             }
         }
}
