Normally, links to new pages reload the frame that contains the link. You want links in your "menu" frame to change the content in the "main" frame, (not in the "menu" frame). How?

In menu.html, specify the "main" frame as the link target:
<a href="other-page.html" target="main"> Other Page </a>

pop-menu.html © 2007, Martin Rinehart