\n'); } function MaximizeWindow() { window.name = "TNL26"; window.moveTo(0,0); if (document.all) { window.resizeTo(screen.availWidth,screen.availHeight); } else if (document.layers||document.getElementById) { if (top.window.outerHeight < screen.availHeight || top.window.outerWidth < screen.availWidth) { window.outerHeight = screen.availHeight; window.outerWidth = screen.availWidth; } } }