An anchor point is created using a div
<div id="anchor1"> </div>
The anchor links are coded into a function in this page which writes the links to the parent page onload
Links can also be coded into this page, an example would be
<a href="#null" onclick="parent.scrollWin('anchor1')">To Anchor 1</a>
Note the reference to the parent