window.onload = function()
{
  if(/debug/i.test(document.location.href))
  {
    CCL.SIFR('h1', 'TradeGothic', '#000000', null, null, null, 0, 0, 0, 0);
  }
  if(/tdebug/i.test(document.location.href))
  {
    sIFR.replaceElement('h1', '/_public/sifr/TradeGothic.swf');
  }
  if(CCL.IE && CCL.IEVersion < 7)
  {
    $('pagebg').style.height = $('innerpage').style.height = $('innerpage').clientHeight + 'px';
    $('submenu').style.position = 'absolute';
    $('content').style.position = 'absolute';
  }
}
