ȸ¿ø°¡ÀԡžÆÀ̵ð/ºñ¹øã±â
ȨÀ¸·Î


¼îÇθô »óÇ°Å×ÀÌºí ·Ñ¸µ
11³â Àü
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<link type="text/css" rel="stylesheet"  href="style.css"  />
<title></title>
<script language="JavaScript">
function bluring(){
        if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG")
        document.body.focus();
}
document.onfocusin=bluring;
</script>


<script language=javascript>
<!--
var downLayerId;
var dropDegree = 10; //½ºÅ©·Ñ ¼Óµµ
var doDirect;
var DirectTerm = 3000; //½ºÅ©·Ñ Áö¿¬½Ã°£
var curDropIdx = 0;
      
function DirectDown()
{
        clearInterval(doDirect);
        clearInterval(downLayerId);
      
        for(i = curDropIdx ;i < document.all["DropHit"].length + curDropIdx;i++){
                document.all["DropHit"][i%document.all["DropHit"].length].style.posTop = document.all["DropHit"][i%document.all["DropHit"].length].style.posHeight * (-1*((i-curDropIdx)%document.all["DropHit"].length));
        }
        var temp = 'setInterval("DownLayer()",20)';
        downLayerId = eval(temp);
        direction = "down";
}
function DownLayer()
{
        if(document.all["DropHit"][curDropIdx].style.posTop < document.all["DropHit"][curDropIdx].style.posHeight){
                for(j = curDropIdx ;j < document.all["DropHit"].length + curDropIdx;j++){
                        document.all["DropHit"][j%document.all["DropHit"].length].style.posTop += dropDegree;
                }
        }else{
                clearInterval(downLayerId);
                for(j = curDropIdx ;j < document.all["DropHit"].length + curDropIdx;j++){
                        document.all["DropHit"][j%document.all["DropHit"].length].style.posTop = document.all["DropHit"][j%document.all["DropHit"].length].style.posHeight *((-1*((j-curDropIdx)%document.all["DropHit"].length))+1);
                }
                curDropIdx = (curDropIdx + 1) ;
                curDropIdx = curDropIdx > document.all["DropHit"].length-1 ? curDropIdx%document.all["DropHit"].length:curDropIdx;
                var temp = 'setInterval("DirectDown()",DirectTerm)';
                doDirect = eval(temp);
        }
}
function DirectUp()
{
        clearInterval(doDirect);
        clearInterval(downLayerId);
        var tempIdx = 0;
        for(i = 0;i<document.all["DropHit"].length;i++){
                tempIdx = (document.all["DropHit"].length + curDropIdx - i) %document.all["DropHit"].length;
                document.all["DropHit"][tempIdx].style.posTop = i*document.all["DropHit"][tempIdx].style.posHeight;
        }
        var temp = 'setInterval("UpLayer()",20)';
        downLayerId = eval(temp);
        direction = "up";
}
function UpLayer()
{
        var tempIdx = 0;
        if(document.all["DropHit"][curDropIdx].style.posTop < document.all["DropHit"][curDropIdx].style.posHeight && document.all["DropHit"][curDropIdx].style.posTop > document.all["DropHit"][curDropIdx].style.posHeight * (-1)){
                for(j = 0 ;j < document.all["DropHit"].length;j++){
                        tempIdx = (document.all["DropHit"].length + curDropIdx - j) %document.all["DropHit"].length;
                        document.all["DropHit"][tempIdx].style.posTop -= dropDegree;
                }
        }else{
                clearInterval(downLayerId);
                for(j = 0;j<document.all["DropHit"].length;j++){
                        tempIdx = (document.all["DropHit"].length + curDropIdx - j) % document.all["DropHit"].length;
                        document.all["DropHit"][tempIdx].style.posTop = (j-1)*(document.all["DropHit"][tempIdx].style.posHeight);
                }
                curDropIdx = (curDropIdx - 1) ;
                curDropIdx = curDropIdx < 0 ? document.all["DropHit"].length-1:curDropIdx;
                var temp = 'setInterval("DirectUp()",DirectTerm)';
                doDirect = eval(temp);
        }
}
//-->
</script>
<script language=javascript>
<!--
var downLayerId2;
var dropDegree2 = 10; //½ºÅ©·Ñ ¼Óµµ
var doDirect2;
var DirectTerm2 = 3000; //½ºÅ©·Ñ Áö¿¬½Ã°£
var curDropIdx2 = 0;
      
function DirectDown2()
{
        clearInterval(doDirect2);
        clearInterval(downLayerId2);
      
        for(i = curDropIdx2 ;i < document.all["DropHit2"].length + curDropIdx2;i++){
                document.all["DropHit2"][i%document.all["DropHit2"].length].style.posTop = document.all["DropHit2"][i%document.all["DropHit2"].length].style.posHeight * (-1*((i-curDropIdx2)%document.all["DropHit2"].length));
        }
        var temp = 'setInterval("DownLayer2()",20)';
        downLayerId2 = eval(temp);
        direction = "down";
}
function DownLayer2()
{
        if(document.all["DropHit2"][curDropIdx2].style.posTop < document.all["DropHit2"][curDropIdx2].style.posHeight){
                for(j = curDropIdx2 ;j < document.all["DropHit2"].length + curDropIdx2;j++){
                        document.all["DropHit2"][j%document.all["DropHit2"].length].style.posTop += dropDegree2;
                }
        }else{
                clearInterval(downLayerId2);
                for(j = curDropIdx2 ;j < document.all["DropHit2"].length + curDropIdx2;j++){
                        document.all["DropHit2"][j%document.all["DropHit2"].length].style.posTop = document.all["DropHit2"][j%document.all["DropHit2"].length].style.posHeight *((-1*((j-curDropIdx2)%document.all["DropHit2"].length))+1);
                }
                curDropIdx2 = (curDropIdx2 + 1) ;
                curDropIdx2 = curDropIdx2 > document.all["DropHit2"].length-1 ? curDropIdx2%document.all["DropHit2"].length:curDropIdx2;
                var temp = 'setInterval("DirectDown2()",DirectTerm2)';
                doDirect2 = eval(temp);
        }
}
function DirectUp2()
{
        clearInterval(doDirect2);
        clearInterval(downLayerId2);
        var tempIdx = 0;
        for(i = 0;i<document.all["DropHit2"].length;i++){
                tempIdx = (document.all["DropHit2"].length + curDropIdx2 - i) %document.all["DropHit2"].length;
                document.all["DropHit2"][tempIdx].style.posTop = i*document.all["DropHit2"][tempIdx].style.posHeight;
        }
        var temp = 'setInterval("UpLayer2()",20)';
        downLayerId2 = eval(temp);
        direction = "up";
}
function UpLayer2()
{
        var tempIdx = 0;
        if(document.all["DropHit2"][curDropIdx2].style.posTop < document.all["DropHit2"][curDropIdx2].style.posHeight && document.all["DropHit2"][curDropIdx2].style.posTop > document.all["DropHit2"][curDropIdx2].style.posHeight * (-1)){
                for(j = 0 ;j < document.all["DropHit2"].length;j++){
                        tempIdx = (document.all["DropHit2"].length + curDropIdx2 - j) %document.all["DropHit2"].length;
                        document.all["DropHit2"][tempIdx].style.posTop -= dropDegree2;
                }
        }else{
                clearInterval(downLayerId2);
                for(j = 0;j<document.all["DropHit2"].length;j++){
                        tempIdx = (document.all["DropHit2"].length + curDropIdx2 - j) % document.all["DropHit2"].length;
                        document.all["DropHit2"][tempIdx].style.posTop = (j-1)*(document.all["DropHit2"][tempIdx].style.posHeight);
                }
                curDropIdx2 = (curDropIdx2 - 1) ;
                curDropIdx2 = curDropIdx2 < 0 ? document.all["DropHit2"].length-1:curDropIdx2;
                var temp = 'setInterval("DirectUp2()",DirectTerm2)';
                doDirect2 = eval(temp);
        }
}
//-->
</script>
</head>
<body>
<table width="477" border="0" cellpadding="0" cellspacing="0" style="margin:0 20px;">
            <tr>
              <td width="225"><!-- ÃֽŻóÇ° -->
                <table width="100%" border="0" cellpadding="0" cellspacing="0">
                  <tr>
                    <td><img src="http://eujin.kr/test/banner1/tit_new.gif" /></td>
                    <td align="right" valign="bottom"><img src="http://eujin.kr/test/banner1/more.gif" /></td>
                  </tr>
                  <tr>
                    <td colspan="2" class="pt10"><!--·Ñ¸µ½ÃÀÛ-->
                      <table width="225" height="165" border="0" cellpadding="0" cellspacing="0" style="background-color:#edeff3; border:1px solid #d4d9e3;">
                        <tr>
                          <td align="right" style="padding-right:40px;"><a href="javascript:DirectUp()"><img border="0" src="http://eujin.kr/test/banner1/bt_up.gif" /></a></td>
                        </tr>
                        <tr>
                          <td width="225" height="134"><div style="left:0px; overflow:hidden; width:225px; position:relative; top:0px; height:134px">
                            <div id="DropHit" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:0px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í1</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit" style="width:225px; height:67px; padding:3px 0; position:absolute; left:0px; top:-60px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í2</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:-120px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í3</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:-180px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í4</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:-240px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í5</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <script language=javascript>DirectDown();</script>
                          </div></td>
                        </tr>
                        <tr>
                          <td align="right" style="padding-right:40px;"><a href="javascript:DirectDown()"><img border="0" src="http://eujin.kr/test/banner1/bt_down.gif" /></a></td>
                        </tr>
                      </table>
                      <!--·Ñ¸µ³¡--></td>
                  </tr>
                </table>
                <!-- ÃֽŻóÇ°³¡ --></td>
              <td width="27"></td>
              <td width="225"><!-- Àαâ»óÇ° -->
                <table width="100%" border="0" cellpadding="0" cellspacing="0">
                  <tr>
                    <td align=""><img src="http://eujin.kr/test/banner1/tit_best.gif" /></td>
                    <td align="right" valign="bottom"><img src="http://eujin.kr/test/banner1/more.gif" /></td>
                  </tr>
                  <tr>
                    <td colspan="2" class="pt10"><!--·Ñ¸µ½ÃÀÛ-->
                      <table width="225" height="165" border="0" cellpadding="0" cellspacing="0" style="background-color:#edeff3; border:1px solid #d4d9e3;">
                        <tr>
                          <td align="right" style="padding-right:40px;"><a href="javascript:DirectUp2()"><img border="0" src="http://eujin.kr/test/banner1/bt_up.gif" /></a></td>
                        </tr>
                        <tr>
                          <td width="225" height="134"><div style="left:0px; overflow:hidden; width:225px; position:relative; top:0px; height:134px">
                            <div id="DropHit2" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:0px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í1</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit2" style="width:225px; height:67px; padding:3px 0; position:absolute; left:0px; top:-60px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í2</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit2" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:-120px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í3</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit2" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:-180px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í4</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit2" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:-240px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í5</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <script language=javascript>DirectDown2();</script>
                          </div></td>
                        </tr>
                        <tr>
                          <td align="right" style="padding-right:40px;"><a href="javascript:DirectDown2()"><img border="0" src="http://eujin.kr/test/banner1/bt_down.gif" /></a></td>
                        </tr>
                      </table>
                    <!--·Ñ¸µ³¡--></td>
                  </tr>
                </table>
                <!-- Àαâ»óÇ°³¡ -->
              </td>
            </tr>
          </table>
</body>
</html>
ÃßõÃßõ : 499 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
¼îÇθô »óÇ°Å×ÀÌºí ·Ñ¸µ
2,434
³×Æ®¿öÅ© ¿ë¾îµé
2,433
Æû°ª µÎ°÷À¸·Î Àü¼ÛÇϱâ
2,432
»õ·Î°íħ ÇØ¾ß ÆäÀÌÁö³»¿ëÀÌ Á¦´ë·Î º¸ÀÌ´Â Çö»ó ÇØ°á¹ý
2,431
POST, GETÀ¸·Î º¯¼ö°ªÀÌ ³Ñ¾î°¡Áö ¾Ê´Â °æ¿ì - register_globals
2,430
PHP ÆÄÀÏ°ü·Ã ÇÔ¼ö
2,429
¿ø°ÝÁö ÆÄÀÏÀÇ Á¸Àç ¿©ºÎ¸¦ üũ »ç¿ëÀÚ ÇÔ¼ö
2,428
ÀÚ¹Ù½ºÅ©¸³Æ® :: °¢Á¾ ¹öÆ° ¸¸µé±â (»õ·Î°íħ,â´Ý±â, ..)
2,427
ÀÚ¹Ù½ºÅ©¸³Æ® :: À¥ÆäÀÌÁö¿¡ Å°°¡ ´­·¯Áö¸é Å°¹øÈ£ ³ªÅ¸³»´Â ÇÔ¼ö
2,426
HTML ű×Ç¥ ÃÑÁ¤¸®
2,425
[JavaScript] ÀÚ¹Ù½ºÅ©¸³Æ® :: ¹®ÀÚ¿­ ÀÚ¸£±â
2,424
[JavaScript] ÀÚ¹Ù½ºÅ©¸³Æ® :: ¹®ÀÚ¿­ ±ÛÀÚ¼ö ÀÚ¸£±â (¹®ÀÚ¸Þ¼¼Áöµîµî¿¡¼­ »ç¿ë)
2,423
PHP ÆÄÀÏ ´Ù·ç±â
2,422
[PHP] ÆÄÀÏ ÇÔ¼ö
2,421
input, select ¹Ú½º disable ½ÃÅ°±â
2,420
¸ð´ÏÅÍ Áß¾Ó¿¡ »õâ ¶ç¿ì±â, »õâÀ» ¸ð´ÏÅÍ Áß¾ÓÀ¸·Î À̵¿Çϱâ
2,419
¿£ÅÍ, °ø¹é Á¦°Å
2,418
ÀÚ½ÅÀÇ À¥ºê¶ó¿ìÁ®, ¿î¿µÃ¼Á¦ È®ÀÎ
2,417
±ÛÀÚ¼ö¸¦ ¹ÙÀÌÆ®(Byte)·Î °è»êÇÏ¿© ¾Ë·ÁÁÖ´Â ¼Ò½º
2,416
ÀÚ¹Ù½ºÅ©¸³Æ®¸¦ ÀÌ¿ëÇÏ¿© <BR> ÀÚµ¿ ÀÔ·ÂÇϱâ
2,415
ÆÄÀÏ »ý¼º, ±â·Ï, Àбâ
2,414
´Ù¸¥ ¼­¹ö·Î °ªÀ» Àü¼ÛÈÄ °á°ú°ªÀ» ¹Þ´Â ¹æ¹ý
2,413
¹®ÀÚ¿­¿¡¼­ ¼ýÀÚ¸¸ ³²±â°í ¸ðµÎ »èÁ¦
2,412
À̹øÁÖ, Áö³­ÁÖ, ´ÙÀ½ÁÖ ±â°£ ³¯Â¥ ±¸Çϱâ
2,411
fgetcsv() ÇÔ¼ö »ç¿ë½Ã ÇÑ±Û ±úÁö´Â ¹®Á¦ ÇØ°á
2,410
¼¼±Ý°è»ê¼­ °ø±Þ°¡¾×, ¼¼¾× °è»ê°ø½Ä
2,409
³¯Â¥°è»ê Á¤¸®
2,408
¿©·¯ Å×À̺íÀÇ ÃÖ±Ù °Ô½Ã¹° ÃßÃâ (union all »ç¿ë)
2,407
À¥ÆäÀÌÁöÀÇ ÇÊ¿äÇÑ ³»¿ë¸¸ °¡Á®¿À´Â Ŭ·¡½º (°Ô½ÃÆÇ ±Ü¾î¿À±â)
2,406
°°Àº ·¹ÄÚµåÁß¿¡ ÃÖ°í°ª ±¸Çϱâ
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.