// Статистика
 var bV=parseInt(navigator.appVersion);
 NS3=(document.layers) ? noundo : false;
 IE4=((document.all)&&(bV>=4))?true:false;
 ver4 = (NS3 || IE4) ? true : false;

 function expandIt()
  { return }


 isExpanded = false;

 function initIt()
  { tempColl = document.all.tags("DIV");
    for (i=0; i<tempColl.length; i++)
     { if (tempColl(i).className == "child") tempColl(i).style.display = "none";
     }
  }

 function expandIt(el)
  { if (!ver4) return;
    expandIE(el);
  }

 function expandIE(el)
  { whichEl = eval(el + "Child");
    whichIm = eval(el + "Image");
    if (whichEl.style.display == "none")
     { whichEl.style.display = "block";
       whichIm.src = "../img/admin/next_2.gif";
     }
    else
     { whichEl.style.display = "none";
       whichIm.src = "../img/admin/next.gif";
     }
  }

 with (document)
  { write("<STYLE TYPE='text/css'>");
    write(".child {display:none}")
    write(".childo{display:block}")
    write("</STYLE>");
  }

 onload = initIt;

// Год
today=new Date();
// Build an array initializer
function isnArray() {
argnr=isnArray.arguments.length
for (var i=0;i<argnr;i++) {
this[i+1] = isnArray.arguments[i];
}
}
