It looks like they are scrolling up when you click on the links because you used <a name> tags. When you use an anchor name like that, a browser will automatically skip down to where you have that content.
The easiest solution would be to make those separate pages so that when you click on them it loads a whole new page, not a section of the about page.
Hope this helps