Easiest answer would be to have your menu as an include file (using PHP or ASP). Converting the site over to ASP or PHP shouldn't be that difficult.. and it will save you many hours of work in the future as your site expands!
If you add a new page, simply change one file, and your whole site is updated. I'm working with a menu on one site that actually reads from an xml file that is auto-generated every time a new folder or page is added... really clever stuff! and nope, I didn't write it myself! :o)
Other menu systems that update automatically are often data-driven.. used mostly by portals, and larger sites incorporating Content Management Systems (CMS).
You don't need all that! Just learn how to use PHP or ASP includes, and your maintenance worries are over! :o)
Paul
|