<!--

function Loaded()
{
  document.all.BackGr.style.width="100%";
  document.all.BackGr.style.height=document.body.offsetHeight-5;
  document.all.BackGr.style.visibility="visible";

  document.all.Paper.style.height=document.body.offsetHeight-120-(document.body.offsetHeight*0.04);
}

function Resized()
{
  document.all.BackGr.style.width="100%";
  document.all.BackGr.style.height=document.body.offsetHeight-5;

  document.all.Paper.style.height=document.body.offsetHeight-120-(document.body.offsetHeight*0.04);
}
  
//-->
