window.attachEvent("onload", fnInit);
window.attachEvent("onunload", fnFini);
function fnInit() {
  top.document.title = this.document.title;
  top.lastUpd.innerText = this.document.lastModified.substr(0, 10);
  top.iSizer();
  top.ldMsg.style.display = "none";
}

function fnFini() {
  top.spinLogo.src = top.spinLogo.src;
  top.ldMsg.style.display = "block";
}
