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


¸¶¿ì½º ¸ð¹æ¸Þ´º
ȨÆäÀÌÁöȨÆäÀÌÁö 21³â Àü
<script language="javaScript">
<!--

///////////////////////////////////////////////////////////////////////////////
//   ..:: realMenu v1.27 ::..
// copyright ¨Ï jordan neill 2000
// Script featured on JavaScript Kit (http://javascriptkit.com)
//
// change the menuItems array with your options and set the urls to link to
//  use addMenuItem("Text to show", "Url To Link To"); to make an item
//  use addMenuItem("Text", Url", "Img To Show"); to make an item with an image
//  use addMenuItem(); to indicate a separator bar
//  you can use html tags in the text, eg, <i>, <b> or <u>
//
// images used should be 16x16 transparent gifs
///////////////////////////////////////////////////////////////////////////////

menuItems = new Array();
menuItemNum = 0;

function addMenuItem(text, url, img){
  if(img) menuItems[menuItemNum] = new Array(text, url, img);
  else if(text) menuItems[menuItemNum] = new Array(text, url);
  else menuItems[menuItemNum] = new Array();
  menuItemNum++;
}

menuWidth = 190; //¸Þ´º°¡·ÎÅ©±â
menuHeight = 300; //¸Þ´º¼¼·ÎÅ©±â
menuDelay = 50; //¸Þ´º³ª¿À±â Àü µô·¹ÀÌ Å¸ÀÓ
menuSpeed = 3; //¸Þ´º°¡ ³ªÅ¸³ª´Â ½Ã°£ (lower=faster)
menuOffset = 0; //¸Þ´º¿Í ¸¶¿ì½º Æ÷ÀÎÅÍ °£¿¡ °£°Ý

addMenuItem("µÚ·Î(B)","http://www.xtx.kr");
addMenuItem("¾ÕÀ¸·Î(O)","http://www.xtx.kr");
addMenuItem();
addMenuItem("´Ù¸¥ À̸§À¸·Î ¹è°æ ÀúÀå(S)...","http://www.xtx.kr");
addMenuItem("¹è°æ ¹«´Ì·Î ÁöÁ¤(W)","http://www.xtx.kr");
addMenuItem("¹è°æ È­¸é º¹»ç(C)","http://www.xtx.kr");
addMenuItem("¹ÙÅÁ È­¸é Ç׸ñÀ¸·Î ¼³Á¤(D)...","http://www.xtx.kr");
addMenuItem();
addMenuItem("¸ðµÎ ¼±ÅÃ(A)","http://www.xtx.kr");
addMenuItem("ºÙ¿©³Ö±â(P)","http://www.xtx.kr");
addMenuItem();
addMenuItem("¹Ù·Î °¡±â ¸¸µé±â(T)","http://www.xtx.kr");
addMenuItem("Áñ°Ü ã±â¿¡ Ãß°¡(F)...","http://www.xtx.kr");
addMenuItem("¼Ò½ºº¸±â(V)","http://www.xtx.kr");
addMenuItem();
addMenuItem("Àμâ(I)","http://www.xtx.kr");
addMenuItem("»õ·Î °íħ(R)","http://www.xtx.kr");
addMenuItem();
addMenuItem("µî·Ï Á¤º¸(P)","http://www.xtx.kr");

///////////////////////////////////////////////////////////////////////////////
// do not edit the code below, it is required for the menu to work correctly
///////////////////////////////////////////////////////////////////////////////


if(window.navigator.appName == "Microsoft Internet Explorer" && window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE") + 5, window.navigator.appVersion.indexOf("MSIE") + 8) >= 5.5)
  isIe = 1;
else
  isIe = 0;

if(isIe){
  menuContent = '<table id="rightMenu" width="0" height="0" cellspacing="0" cellpadding="0" style="font:menu;color:menutext;"><tr height="1"><td style="background:threedlightshadow" colspan="4"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedhighlight" colspan="2"></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="10"><td style="background:threedlightshadow"></td><td style="background:threedhighlight"></td><td style="background:threedface"><table cellspacing="0" cellpadding="0" nowrap style="font:menu;color:menutext;cursor:default;">';
  for(m=0;m<menuItems.length;m++){
   if(menuItems[m][0] && menuItems[m][2])
    menuContent += '<tr height="17" onMouseOver="this.style.background=\'highlight\';this.style.color=\'highlighttext\';" onMouseOut="this.style.background=\'threedface\';this.style.color=\'menutext\';" onClick="parent.window.location.href=\'' + menuItems[m][1] + '\'"><td style="background:threedface" width="1" nowrap></td><td width="21" nowrap><img src="' + menuItems[m][2] + '"></td><td nowrap>' + menuItems[m][0] + '</td><td width="21" nowrap></td><td style="background:threedface" width="1" nowrap></td></tr>';
   else if(menuItems[m][0])
    menuContent += '<tr height="17" onMouseOver="this.style.background=\'highlight\';this.style.color=\'highlighttext\';" onMouseOut="this.style.background=\'threedface\';this.style.color=\'menutext\';" onClick="parent.window.location.href=\'' + menuItems[m][1] + '\'"><td style="background:threedface" width="1" nowrap></td><td width="21" nowrap></td><td nowrap>' + menuItems[m][0] + '</td><td width="21" nowrap></td><td style="background:threedface" width="1" nowrap></td></tr>';
   else
    menuContent += '<tr><td colspan="5" height="4"></td></tr><tr><td colspan="5"><table cellspacing="0"><tr><td width="2" height="1"></td><td width="0" height="1" style="background:threedshadow"></td><td width="2" height="1"></td></tr><tr><td width="2" height="1"></td><td width="100%" height="1" style="background:threedhighlight"></td><td width="2" height="1"></td></tr></table></td></tr><tr><td colspan="5" height="3"></td></tr>';
  }
  menuContent += '</table></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedhighlight"></td><td style="background:threedface"></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedshadow" colspan="3"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threeddarkshadow" colspan="5"></td></tr></table>';

  menuPopup = window.createPopup();
  menuPopup.document.body.innerHTML = menuContent;
}

function showMenu(){
  menuXPos = event.clientX + menuOffset;
  menuYPos = event.clientY + menuOffset;

  menuXIncrement = menuWidth / menuSpeed;
  menuYIncrement = menuHeight / menuSpeed;

  menuTimer = setTimeout("openMenu(0,0)", menuDelay);

  return false;
}


function openMenu(height, width){
  iHeight = height;
  iWidth = width;

  menuPopup.show(menuXPos, menuYPos, iWidth, iHeight, document.body);

  if(iHeight < menuHeight)
   menuTimer = setTimeout("openMenu(iHeight + menuYIncrement, iWidth + menuXIncrement)", 1);
  else
   clearTimeout(menuTimer);
}


if(isIe) document.oncontextmenu = showMenu;


//-->
</script>
ÃßõÃßõ : 422 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
341
¿ìÃø¸¶¿ì½º ´©¸£¸é ¿øÇÏ´Â ¸Þ´º ¶ß°Ô ¸¸µé±â
340
¹öư ´©¸£¸é ÇöÀçÆäÀÌÁö ÀμâÇϱâ
339
ÀÏ¹Ý Ä®¶ó¸¦ ¾ÈÀüÇÑ À¥ Ä®¶ó·Î º¯È¯ÇØÁÖ´Â ½ºÅ©¸³Æ®
338
ÈçµéÈçµé ~ ÀÌ»Ñ´Ï Àü±¤ÆÇ ¾ÖÇø´
337
¸Þ´º³ª °øÁö¿¡ ¾²¸é ÁÁÀ»°Í°°Àº ½º¸£¸¤ Ä¿Áö´Â ¹Ú½º
336
·¹À̾ ÀÌ¿ëÇÑ µµ¿ò¸» ~ ¸¶¿ì½º Ä¡¿ì¸é ½º¸£¸¤ ¸ð·¡È¿°ú·Î »ç¶óÁü
335
½º¸£¸¤ ³»·Á¿Í ºÎ¸£¸£¶³¸é¼­ ¸ØÃß´Â °øÁöâ
334
¸µÅ© Ŭ¸¯Çؼ­ »õâÀÌ ¶ßÀÚ¸¶ÀÚ ~ ÀÛ¾÷Ç¥½ÃÁÙ·Î ÃÖ¼ÒÈ­ ~
333
ȨÇÇ¿¡ Å׵θ® ¹Ý¦ÀÌ°Ô Çϱâ
332
±ÛÀÚ »ö±ò ¸¶À½´ë·Î ¹Ù²Ù±â <¹Ý¦¹Ý¦>
331
³ª¿­µÈ ¹°°Ç °è»êÇϱ⠡¥¡¥
330
ÀԷ¾ç½ÄÀÇ ±âº»º¯¼öÀ» ÀÌ¿ëÇØ¼­ °è»êÇÏ´Â ½ºÅ©¸³
329
·£´ýÇÏ°Ô À½¾Ç ³ª¿À°Ô ÇÏ´Â ½ºÅ©¸³
328
±ÛÀÚ³ª ±×¸² ±ôºýÀÌ°Ô Çϱâ
327
½Ã°£¸¶´Ù »õ·Î¿î ¸Þ¼¼Áö Ãâ·Â
326
Ã¼Å©ÇØ¾ß È®ÀÎ ¹öư Ȱ¼ºÈ­ µÇ´Â°Í
325
ŸÀÌÆ²¹Ù(Á¦¸ñÇ¥½ÃÁÙ)¿¡µµ ¿ùµå ½Ã°è¸¦ ³ÖÀÚ
324
ÀÚµ¿À¸·Î Ç®½ºÅ©¸°À¸·Î ¶ß°Ô Çϱâ
323
ȨÆäÀÌÁö Å׵θ®¸¦ ±ò²ûÇÏ°Ô ~ Å©·Ò¸®½º â ¡¥
322
À½¾ÇÀ» on ¶Ç´Â off ÇØº¸ÀÚ......
321
ÅØ½ºÆ®¿¡ ¸¶¿ì½º ¿Ã¸®¸é °æ°íâ ¶ç¿ì±â
320
ÀÚ¹Ù½ºÅ©¸³À¸·Î À̹ÌÁö¸¦ ÀÌ¿ëÇÑ ¸¶¿ì½º Ä¿¼­ È¿°ú
319
»óÅÂÇ¥½ÃÁÙ¿¡ ¿äÀϺ°·Î °¢±â ´Ù¸¥ ¸Þ¼¼Áö°¡ Ãâ·Â µË´Ï´Ù
318
ÄíŰ °ªÀ» ÀÌ¿ëÇÑ ÀÚ½ÅÀÇ ¹æ¹® Ƚ¼ö Ç¥½Ã
317
½ºÅ©¸³ ¼³Á¤¿¡ µû¶ó °øÁöâ¿¡ Ã¼Å©ÇØÁÖ¸é Çѹø¸¸ °øÁöâÀÌ ¶ß°ÔÇÏ´Â ¹æ¹ý
316
ÀͽºÇ÷η¯¸¦ ÀÚµ¿À¸·Î ÁÙÀÌ°í ´ÃÀÌÀÚ!
315
Åø¹Ù¿Í »óŹ٠¸Þ´º¹Ù´Â ¶ß°í ÁÖ¼ÒÇ¥½ÃÁÙÀº ¾È¶ß°Ô ÇÏ´Â ½ºÅ©¸³Æ® ÀÔ´Ï´Ù
314
¾ÕÀ¸·Î / µÚ·Î / »õ·Î°íħ ¸¸µé±â
313
ÆäÀÌÁö¿¡ Á¢¼ÓÇϸé ÀÚµ¿À¸·Î Áñ°Üã±ââ ¶ß°ÔÇϱâ
312
¹öư´©¸£¸é ¾ÆÀÌÇÁ·¹ÀÓ(iframe) À» »õ·Î°íħ(reload)Çϱâ
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§
Copyright ¨Ï musictrot All rights reserved.