<html> <head> <title> µå·¡±× ±ÝÁö ½ºÅ©¸³Æ® (µÎ ¹ø°) </title>
<!---- ¾Æ·¡ÀÇ ½ºÅ©¸³Æ®¸¦ <head></head> »çÀÌ¿¡ º¹»ç ÇØ ³ÖÀ¸¼¼¿ä ------>
<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){ if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1) return false }
function reEnable(){ return true }
if (typeof document.onselectstart!="undefined") document.onselectstart=new Function ("return false") else{ document.onmousedown=disableselect document.onmouseup=reEnable }
</script>
<!-------- ¿©±â±îÁö -------->
</head>
<body>
*^^* ÀÌ°÷À» ¸¶¿ì½º·Î µå·¡±× ÇØ º¸¼¼¿ä *^^*
</body> </html>
|