4 <style type=
"text/css">
8 background-color:background
;
17 <td>This table should NOT be visible
</td>
21 <table id=
"b" style=
"background-color:background;">
23 <td>This table should NOT be visible
</td>
28 <script language=
"JavaScript" type=
"text/javascript">
31 document
.getElementById("a").style
.visibility
= "hidden";
32 document
.getElementById("b").style
.visibility
= "hidden";