Forum Moderators: open
What you need here is the target attribute [w3.org]. You can point your links to open in your main frame like this:
<a href="page.html" target="mainFrame" title="Some link title">
And this will open the link in the frame with a name of mainFrame.
The W3C specification for frames is here:
[w3.org...]
HTH