sorry, there aren't. but, not to worry, because we have a few tricks up our sleeves.
first, put it in a frameset (with one frame set to zero, and the other set to 100%):
<frameset rows="100%,0" border=0 frameborder=0>
<frame src="index.html" noresize>
<frame noresize src="">
</frameset>
and second, add this to your pages (it is an IE only workaround for the right-click menu. but don't worry, it wont cause an error in nutscape):
<script language="javascript">
function contextM(){return false;}
document.oncontextmenu=contextM;
</script>
this should HELP to prevent people from seeing your source code, but remember there is no way to completly prevent a user from viewing your code.
also, if you have enough time on your hands to COMPLETLY re-design you site, check this out:
and for a really nice demo (even tho half of it is in spanish),
hope this helps
theEclipse
eclipse_web@hotmail.com
**\\||It was recently discovered that research causes cancer in rats||//**