<HTML>
<HEAD>
<TITLE>Remote</TITLE>
<SCRIPT LANGUAGE = "JavaScript">
<!--
function go(url) {
opener.location.href = url;
}
//-->
</SCRIPT>
</HEAD>
<BODY>
The Remote 
<P>
Links directed to the opener:
<BR>
<A HREF = "javascript:go('index.html')">Front Page</A>
<A HREF = "javascript:go('map.html')">Site Map</A>

Put any form here, but first change its target to "opener."
</BODY>
</html>