by "the block" do you mean the "don't want javascript" block? do this:
<script>
javascript menu generating thing
</script>
<noscript>
html alternative
</noscript>
otherwise;have an element:
<div id="javascript_please_hide_me">
put your html alternative here
</div>
<script type="text/javascript">
document.getElementById("javascript_please_hide_me").style.display="none";
</script>
Moderator
Featured Poster
Reputation Points: 522
Solved Threads: 64
Veteran Poster
Offline 1,091 posts
since Jul 2006