My goal is to have a nice graphical menu in the top third of a page. When a user clicks on an custom button, I'd like to not load a new page, but rather have the selected content appear below the menu. I prefer to stay away from an iFrame if possible. So far, this script provides the desired function but not the desired look http://www.dynamicdrive.com/dynamici...pagination.htm . Looking at the demos, this script would do fine if there is a way to have the pagination navigation be associated with the buttons I'd like to have in the top third of the page.

I have looked at other options as well, such as the AJAX pagination located here http://www.dynamicdrive.com/dynamici...nate/index.htm a tab script here http://www.dynamicdrive.com/dynamici...tabcontent.htm .

Perhaps there is a better way to accomplish my end goal, however, one of the guidelines I am working within is no Flash allowed. In any of the above methods, or in one I have not thought of, how can I separate the pagination navigation in to the area I desire?

Thank you.