<HTML>
<HEAD>
<TITLE>Remote Document</TITLE>
<SCRIPT LANGUAGE = "JavaScript">

function go(url) {
opener.location.href = url;
}

</SCRIPT>
</HEAD>
<BODY>
The Remote 
<P>
Links directed to the original (main) browser window:
<BR>
<!-- Put your links here, using the syntax shown below. -->
<A HREF = "javascript:go('index.html')">Front Page</A>
<A HREF = "javascript:go('map.html')">Site Map</A>

<!-- Put any forms here too, but first change their targets to "opener." -->
</BODY>
</html>


html~Creek