I usually don’t like signing up for a site just to ask a simple question, but I have looked all over and have not found a thing. So I turn here. And seeing the quality of this forum, there is a good chance that I will stick around and become a helpful member of the community

.
On to my dilemma.
I’m making a website for my school. It is to replace the one that is currently on the site. I’m going to have all of the same content, just presented in a nicer way. So far I have had little problem over all, however I ran into a slight Iframe problem.
I have a page with a large amount of text. I assigned a simple ID navigation to it (as in giving each section a <Span> with an ID, and linking to the #'s.). And that worked fine.
And to put that page into the site, I used an Iframe.
My problem... is that I’m trying to find a way, to access the ID's inside the Iframe, from other pages.
I doubt I’m doing an overly good job describing this, so here:
http://www.jaryth.com/stj/about.html <that’s the page with the Iframe on it
http://www.jaryth.com/stj/about2.html <that’s the page the Iframe contains
What I’m trying to do, is set it up so I can have a side navigation that will be able to access different parts in the Iframe. For links that are on the about page, I would simple use a Target="about" and it works... however, how (if it is even possible) do I do that from another page? Say, the index page? Everything I have tried has failed...
And I now Frames might not be the BEST way to do it... but it am currently the easiest way to do it without reformatting the entire about2 page...
(Note about the site: Only the first 2 navigation links on the side (Home and About) lead to pages that are actually kept updated. This site is only meant as a preview until it is uploaded to the schools server).
Sorry if I still did not explain it properly. However, for those who did understand, any help would be Greatly Welcome. Or if anyone has an alternative way of doing this, I am very open to opinions.
Thank you for all who take the time to read this.
-Jaryth