
function SetBodySize()
{
  if(document.all.SYCBody)
  {
    var theHeight = document.body.clientHeight - 227;
    document.all.SYCBody.style.height = theHeight > 0 ? theHeight : 0;

    if(document.all.SYCNewsContainer)
    {
      theHeight2 = theHeight - 135;
      document.all.SYCNewsContainer.style.height = theHeight2 > 0 ? theHeight2 : 0;
    }
  }

  HM_f_ResizeHandler();
}
