if (document.getElementById || document.all) { document.write("<"+"script type='text/javascript' src='../../_lib/scripts/tfa_tools.js'><"+"/script>"); document.write("<"+"script type='text/javascript' src='../../_lib/scripts/x_core.js'><"+"/script>"); document.write("<"+"script type='text/javascript' src='../../_lib/scripts/x_event.js'><"+"/script>"); document.write("<"+"style type='text/css'>#footer{visibility:hidden;}<"+"/style>");}
function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func;} else { window.onload = function() { oldonload(); func();}
}
}
addLoadEvent(function() {winOnLoad();})
addLoadEvent(function() {ClientInfo();})
function winOnLoad()
{ var ele = xGetElementById('leftColumn'); if (ele && xDef(ele.style, ele.offsetHeight)) { adjustLayout(); xAddEventListener(window, 'resize', winOnResize, false);}
}
function winOnResize()
{ adjustLayout();}
function adjustLayout()
{ var cHeight = xHeight('centerColumnContent'); var lHeight = xHeight('leftColumnContent'); var rHeight = xHeight('rightColumnContent'); var maxHeight = Math.max(cHeight, Math.max(lHeight, rHeight)); xHeight('leftColumn', maxHeight); xHeight('centerColumn', maxHeight); xHeight('rightColumn', maxHeight); xShow('footer');}

