使用Prototype显示多个页面

I'm implementing Prototype Framework in my website to display multiple pages without refreshing. My question is since this requires Javascript to send html elements to the back end, how would I go about disabling the Javascript along with the corresponding PHP to send the html elements back to the front end if the user has Javascript disabled?

What I have is a menu with 4 classes, Services, About, Resources, Contact linked to different pages(services.html, about.html etc..). I need to know how I can disable the PHP/Javascript associated with the Prototype Framework and have the pages react normally with the menu as if they were simply hyperlinked to eachother with a href tags.

Loads of thanks to anyone who can help, its whats holding me back from using this.