There is another way.....use a hidden frame.
have you main page like this:
<frameset cols="100%,*">
<frame src="your_main_page.php3">
<frame src="space.html">
</frameset>
then you won't see anything in the url bar when you change through pages.....and if you don't specify any target for your <a href> then each page will just keep loading within the frameset.
regards,
scott d~