<!--
window.moveTo(0, 0);
var high = screen.height-25;
var wide = screen.width;
window.outerHeight = high;
window.outerWidth = wide;
window.resizeTo(wide, high);
//-->
