<HTML>
<HEAD>
<!--
JavaScript Map
Terrence Ma
-->
<TITLE>JavaScript Map</TITLE>
<SCRIPT LANGUAGE=JAVASCRIPT>
<!-- Hide script from old browsers
mapWindow = window.open('http://www.terrence.com/images/homemap3.gif', 'mapWin', 'menubar=yes,location=yes,scrollbars=yes,resizable=yes,width=350,height=350')
directionsWindow = window.open('http://www.terrence.com/jscript/dir.html', 'pageWin', 'menubar=yes,location=yes,resizable=yes,width=300,height=300')
function mapToFront() {
mapWindow.focus()
}
function directionsToFront() {
directionsWindow.focus()
}
// End hiding script from old browsers -->
</SCRIPT>
<NOSCRIPT>
Your browser does not support JavaScript, or JavaScript is not enabled. Sorry !<BR>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR=WHITE>
<CENTER>
<H1>JavaScript Map</H1>
<HR>
<H2>
<A HREF="javascript:mapToFront()">Look at the map</A><BR><BR>
<A HREF="javascript:directionsToFront()">Look at the directions</A><BR><BR>
</H2>
</CENTER>
<HR>
<A HREF="http://www.terrence.com/jscript/map.html.txt">Program source</A><BR>
</BODY>
</HTML>