// JavaScript Document
<!--
//self.moveTo(0,0);
//self.resizeTo(screen.availWidth,screen.availHeight);
windowWidth=1024;
windowHeight=748;
window.resizeTo(windowWidth, windowHeight);
if (parseInt(navigator.appVersion) >= 4) window.moveTo((screen.width/2)-(windowWidth/2),(screen.height/2)-(windowHeight/2+15));


//-->

