﻿// JScript File
var oldV=null;
var gPath='../';
function omov()
{
 if (!document.getElementById ) return false;
 var em = event.srcElement;
      em.style.fontWeight='bold';
}
function omou()
{
 if (!document.getElementById ) return false;
 var em = event.srcElement;
      em.style.fontWeight='normal';
}
function omov1()
{
 if (!document.getElementById ) return false;
 var em = event.srcElement;
    oldV = em.style.backgroundImage;
    em.style.backgroundImage='none'//'url('+gPath+'images/lStiker_bg1.gif)';//lStiker_bg.gif bookm1.jpg dog1.gif
    em.style.backgroundRepeat='no-repeat';
    em.style.backgroundPosition='center';
    //document.all.lmImg.width='145';
    omov();
}
function omou1()
{
 if (!document.getElementById ) return false;
 var em = event.srcElement;
      em.style.backgroundImage=oldV;
      //document.all.lmImg.width='130';
      omou();
}
function postLoad()
{

var dt = new Date();
document.all.dt1.innerHTML = dt.toLocaleDateString();
document.all.dt2.innerHTML = dt.toLocaleDateString();

document.all.rightSpace.style.height = document.all.leftMenu.clientHeight-document.all.rightMenu.clientHeight+23;
}
function bodyResize()
{
document.all.rightSpace.style.height = document.all.leftMenu.clientHeight-document.all.rightMenu.clientHeight-12;
}
