");
flyingwin.document.write("
");
flyingwin.document.write("¿ë·¡ÀÇ È¨ÆäÀÌÁöÀÓ´Ù!
");
flyingwin.document.write("¹æ¹®ÇØÁּż °¨»çÇÔ´Ù!
");
flyingwin.document.write("
¾ÕÀ¸·Îµµ ¸¶´Ï¹æ¹®ÇØÁà¿ë!");
flyingwin.document.close();
if (document.all) {
marginright = screen.width+50
}
if (document.layers) {
marginright = screen.width+50
}
windowcenter=Math.floor(marginright/2)-Math.floor(popupwidth/2)
movewindow()
}
function movewindow() {
if (i_left<=windowcenter) {
flyingwin.moveTo(i_left,i_top)
i_left+=step
timer= setTimeout("movewindow()",pause)
}
else {
clearTimeout(timer)
timer= setTimeout("movewindow2()",waitingtime)
}
}
function movewindow2() {
if (i_left<=marginright) {
flyingwin.moveTo(i_left,i_top)
i_left+=step
timer= setTimeout("movewindow2()",pause)
}
else {
clearTimeout(timer)
flyingwin.close()
}
}
ȨÀ¸·Î °¡±â
Copyright © 2000 Yahoo! Inc. All rights reserved.
|