<html>
<head>
<STYLE TYPE="text/css">
<!--
td{font-size:12px ;PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; border:0 ; PADDING-TOP: 5px;}
-->
</style>
<script LANGUAGE="javascript">
<!--
function explain(tableMenu){ 
    if (tableMenu.style.display == "none")
        {
     tableMenu.style.display = "";
     }
    else    
       tableMenu.style.display = "none";   
 

//-->
</script>
</head>
<body>
<table border="0">
  <tr>
    <td><table width="300" border="1">
        <tr>
          <td onClick="javascript:explain(document.all.folding1);" style="cursor:hand"><strong>▷ 폴딩치트</strong></td>
        </tr>
      </table>
      <div id="folding1" style="DISPLAY: none">
        <table width="300" border="1">
          <tr>
            <td>접혔당. ㅋㅋ</td>
          </tr>
        </table>
      </div></td>
  </tr>
</table>
</body>
</html>

+ Recent posts