I\'m sure this topic comes up all the time, But I can\'t seem to fine a concise answer.
I\'ve got a vertical menu bar that I want to reuse in webpages (>20)
Without any server side script or Javascript you can use object or iframe tags.
http://www.w3schools.com/tags/tag_object.asp
http://www.w3schools.com/tags/tag_iframe.asp
The only thing to care is to indicate target="parent" in links.
Hope it helps