var over=false,down=false,divleft,divtop,n;
function clase(x){document.all['plane'+x].style.display='none'}
function clase(x){document.all['plane'+x].style.display='none'}
function claseshow(x){
document.all['plane'+x].style.display='block';
document.all['plane'+x].style.top=(event.clientY+document.body.scrollTop+50);
document.all['plane'+x].style.left=(event.clientX-500);
}
function down1(m){
n=m;down=true;divleft=event.clientX-parseInt(m.style.left);divtop=event.clientY-parseInt(m.style.top)}
function move(){if(down){n.style.left=event.clientX-divleft;n.style.top=event.clientY-divtop;}}


/*
<body onmousemove="move()" onmouseup="down=false">
<div style="position:absolute;left:461px;top:53px;z-index:1;solid;display:none" id=plane1> 
  <table cellpadding="0" border="0" cellspacing="1" width="200" height="100" class=bg3>
<tr style="cursor:move;" onmousedown="down1(plane1)"><td height="18" class=bg3>
<table width=100%>
<tr><td align="left" class=mre1><font color=#ffffff>¶©µ¥´¦Àí</font></td>
<td align="right">    
<a href="javascript:" onClick="clase(1)"><font color=#ffffff>¡Á</font></a></td></tr>
</table>
</td></tr>
<tr>
      <td bgcolor="f4f4f4"> $input_table_n </td>
</tr>
</table>
</div>
</body>
*/