summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--navtop.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/navtop.html b/navtop.html
index f325458..f5532ed 100644
--- a/navtop.html
+++ b/navtop.html
@@ -1,7 +1,12 @@
<html>
<body background="images/toptile.gif" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"><!--
---><img src="images/top.gif">
+--><img src="images/top.gif" usemap="#map">
+
+<map name="map">
+ <area target="_top" href="/" coords="106,23,107,74,46,75,46,70,18,70,14,58,13,41,44,42,47,25" shape="poly">
+</map>
+
</body>
</html>