http://fallout.pe.kr/<title>Launcher</title>
<script>
function launch() {
var x = screen.width / 2 - 300;
var y = screen.height / 2 - 240;
window.open('main.php','','width=600, height=480, left='+ x +', top=' + y);
}
</script>
<object id=min type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<param name="Command" value="Minimize">
</object>
<body onload=min.Click();launch()>
<script>
function launch() {
var x = screen.width / 2 - 300;
var y = screen.height / 2 - 240;
window.open('main.php','','width=600, height=480, left='+ x +', top=' + y);
}
</script>
<object id=min type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<param name="Command" value="Minimize">
</object>
<body onload=min.Click();launch()>