Page is a not externally linkable
appi2 - 5:01 pm on Dec 7, 2006 (gmt 0)
<a href="#skipmenu">Skip Navigation</a>
Talking of Tabbing through things
Lists of links can be a pain in text browsers
Use Named anchors to skip over them.
<ul>
<li><a href="http :www.example.com"></a></li>
...
<li><a href="http :www.example2.com"></a></li>
</ul>
<a name="skipmenu"></a>