<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<script>
function main()
{
  var d=document.all("R1");
  for(var i=d.length-1;i>=0;i--)
  {
    d[i].removeNode(false);
  }  
}
</script>
</head><body ><p><input type="radio" value="1" name="R1"><input type="radio" value="2" checked name="R1"><input type="radio" value="3" name="R1"><input type="radio" value="4" name="R1"></p>
<INPUT TYPE = button VALUE = "Remove Table" onclick = "main()">
</body></html>