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


¸¶¿ì½º ¸ð¹æ¸Þ´º
ȨÆäÀÌÁöȨÆäÀÌÁö 20³â Àü
<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>
ÃßõÃßõ : 327 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
335
ÀÚµ¿À¸·Î Ç®½ºÅ©¸°À¸·Î ¶ß°Ô Çϱâ
334
ȨÆäÀÌÁö Å׵θ®¸¦ ±ò²ûÇÏ°Ô ~ Å©·Ò¸®½º â ¡¥
333
À½¾ÇÀ» on ¶Ç´Â off Çغ¸ÀÚ......
332
ÅؽºÆ®¿¡ ¸¶¿ì½º ¿Ã¸®¸é °æ°íâ ¶ç¿ì±â
331
ÀÚ¹Ù½ºÅ©¸³À¸·Î À̹ÌÁö¸¦ ÀÌ¿ëÇÑ ¸¶¿ì½º Ä¿¼­ È¿°ú
330
»óÅÂÇ¥½ÃÁÙ¿¡ ¿äÀϺ°·Î °¢±â ´Ù¸¥ ¸Þ¼¼Áö°¡ Ãâ·Â µË´Ï´Ù
329
ÄíÅ° °ªÀ» ÀÌ¿ëÇÑ ÀÚ½ÅÀÇ ¹æ¹® Ƚ¼ö Ç¥½Ã
328
½ºÅ©¸³ ¼³Á¤¿¡ µû¶ó °øÁöâ¿¡ üũÇØÁÖ¸é Çѹø¸¸ °øÁöâÀÌ ¶ß°ÔÇÏ´Â ¹æ¹ý
327
ÀͽºÇ÷η¯¸¦ ÀÚµ¿À¸·Î ÁÙÀÌ°í ´ÃÀÌÀÚ!
326
Åø¹Ù¿Í »óŹ٠¸Þ´º¹Ù´Â ¶ß°í ÁÖ¼ÒÇ¥½ÃÁÙÀº ¾È¶ß°Ô ÇÏ´Â ½ºÅ©¸³Æ® ÀÔ´Ï´Ù
325
¾ÕÀ¸·Î / µÚ·Î / »õ·Î°íħ ¸¸µé±â
324
ÆäÀÌÁö¿¡ Á¢¼ÓÇϸé ÀÚµ¿À¸·Î Áñ°Üã±â⠶߰ÔÇϱâ
323
¹öÆ°´©¸£¸é ¾ÆÀÌÇÁ·¹ÀÓ(iframe) À» »õ·Î°íħ(reload)Çϱâ
322
ä³Î¸ðµå·Î »õâ¿­±â
321
¹Ý¦¹Ý¦ ÀÛÀº º°µéÀÌ Èð¾îÁ³´Ù ¸ð¿´´Ù
320
½ºÅ©·Ñº£³Ê
319
¸¶¿ì½º¸¦ µû¶ó¼­ ºÐÈ«»ö ´«¼ÛÀÌ°¡ À§·ç ÂÞ·ç·è ¿Ã¶ó°¡¿ä +_+
318
»ö±òº° Á¡µéÀÌ ¸¶¿ì½º¸¦ ÀÚÀ¯ºÐ¹æÇÏ°Ô µû¶ó´Ù³à¿ä
317
¸¶¿ì½º¸¦ µû¶ó´Ù´Ï¸é¼­ ÀÌ»Ñ°Ô µð·ÑÇÏ´Â ÆĶõº°µé ~
316
¿ÞÂÊÀ­ ¸ð¼­¸®¿¡ºÎÅÍ ÆÛÁ®¼­ µ¹¾Æ´Ù´Ï´Â »¡°£ º°µé
315
ÇÁ·¹ÀÓÀÌ ³ª´¶ ÆäÀÌÁö¸¦ »õ·Î°íħÇÒ¶§ - ÇöÀç ÆäÀÌÁö¸¸ »õ·Î°íħ
314
ÀÚ¹Ù½ºÅ©¸³À» ÀÌ¿ë½Ã onload °ªÀÌ µÎ°³ÀÎ °æ¿ì ÇØ°áÇÏ´Â ¹æ¹ý
313
ºê¶ó¿ìÀú¸¦ ´ÝÀ¸¸é ¿­¸®´Â »õâ
312
ÀÚµ¿À¸·Î ¿­·È´Ù ´ÝÈ÷´Â »õâ
311
Çػ󵵿¡ ²À ¸Â´Â À©µµ¿ì ¿­¸®°Ô Çϱâ
310
ÀÚµ¿ ´Ù¿î·Îµå ű×???
¸¶¿ì½º ¸ð¹æ¸Þ´º
308
¸µÅ©°É¸° À̹ÌÁö ¸¶¿ì½º ¿Ã¸±¶§ È帲ȿ°ú
307
·£´ý À̹ÌÁö
306
ȨÆäÀÌÁö ¸Ó¹®½Ã°£ ¾Ë·ÁÁÖ±â.. 2
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.