windowWidth = 600; // <------------- change me <--windowHeight = 425; // <------------- change me <--if (parseInt(navigator.appVersion) >= 4) window.moveTo((screen.width/2)-(windowWidth/2+10),(screen.height/3)-(windowHeight/3+20));// :)