//======= ½ºÅ©·Ñ ¹Ù¸¦ µû¶ó ´Ù´Ï´Â ÀÌ¹ÌÁö ½ºÅ©¸³Æ® ==============================================

function Ymove() { 
_posy = parseInt(sbox.style.top, 10); //¹Ú½ºÀÇ ½ºÅ¸ÀÏ »ó´Ü À§Ä¡°ª¿¡ 10ÀÌ¶ó´Â Á¤¼ö·Î º¯È¯
posy = document.body.scrollTop + 275; //ÃÖÃÊÀÇ À§Ä¡¿Í µ¿ÀÏÇÑ TOP °ªÀ» ´õÇØ ÁÖ¼¼¿ä(¿¹Á¦¿¡¼­´Â 275)

delaymv = 100; //½ºÅ©·ÑµÉ¶§ 0.1ÃÊ Áö¿¬ÈÄ ¿òÁ÷ÀÔ´Ï´Ù.(Áö¿¬ÈÄ ¿òÁ÷ÀÏ °ª ¼³Á¤)

/*¾Æ·¡´Â ÁöÁ¤µÈ 85±îÁö µÉ¶§ ±îÁö ½½¶óÀÌµù µÇ´Â °úÁ¤ ÀÔ´Ï´Ù.*/

if (_posy != posy) {
with (Math) {
posoffset = ceil(abs(posy - _posy) / 20);
    } 
if (posy < _posy) 
posoffset = -posoffset;
sbox.style.left = 856	//½ºÅ©·Ñ µÈ ÈÄÀÇ x ÁÂÇ¥
sbox.style.top = parseInt(sbox.style.top, 10) + posoffset;	////½ºÅ©·Ñ µÈ ÈÄÀÇ Y ÁÂÇ¥

delaymv = 5; //½ºÅ©·Ñ µÈÈÄ ¿òÁ÷ÀÌ´Â ¼Óµµ 
  } 
setTimeout("Ymove()", delaymv); //0.01ÃÊ °£°ÝÀ¸·Î YmoveÇÔ¼ö ½ÇÇà 
} 

function SlideBox() {
sbox.style.left = document.body.scrollLeft + 856	//ÃÖÃÊ x À§Ä¡
sbox.style.top = document.body.scrollTop + 275; //ÃÖÃÊ À§Ä¡(YmoveÇÔ¼öÀÇ posy¿¡µµ °°Àº °ªÀ» »ç¿ë ÇÏ¼¼¿ä.) 
Ymove(); 
return true; 
}

//================	»óÅÂ¹Ù¿¡ Èå¸£´Â ±ÛÀÚ	=============================================================
function scrollit_r2l(seed) 
{ 
        var m1  = "°ÔµùÀ£¿¡ ¿À½Å°ÍÀ» È¯¿µÇÕ´Ï´Ù...  ";     //ÀÌ ºÎºÐ¿¡ ¿øÇÏ´Â ±ÛÀÚ¸¦ ½áÁÖ¸é µÈ´Ù.
		var m2  = "Wonderful Life!  Getting Well Life!";

        var msg=m1+m2; 
        var out = " "; 
        var c   = 1; 

        if (seed > 100) { 
                seed--; 
                var cmd="scrollit_r2l(" + seed + ")"; 
                timerTwo=window.setTimeout(cmd,100); 
        } 
        else if (seed <= 100 && seed > 0) { 
                for (c=0 ; c < seed ; c++) { 
                        out+=" "; 
                } 
                out+=msg; 
                seed--; 
                var cmd="scrollit_r2l(" + seed + ")"; 
                    window.status=out; 
                timerTwo=window.setTimeout(cmd,100); 
        } 

        else if (seed <= 0) { 
                if (-seed < msg.length) { 
                        out+=msg.substring(-seed,msg.length); 
                        seed--; 
                        var cmd="scrollit_r2l(" + seed + ")"; 
                        window.status=out; 
                        timerTwo=window.setTimeout(cmd,100); 
                } 
                else { 
                        window.status=" "; 
                        timerTwo=window.setTimeout("scrollit_r2l(100)",75); 
                } 
        } 
}

//=============================================================================================


//========	¸¶ÄûÅÂ±×¿¡ ¾µ ½ºÅ©¸³Æ®	 ===========================

//==========================================================

//½ºÅ©¸³Æ® ³¡-->