For example, my nav bar is location at navbar/nav.inc, and is being included in the main document using <? readfile("navbar/nav.inc"); ?>..... nav.inc consists of
<li><a href="javascript:index()" class="topNavAct">Home</a></li>
<li><a href="javascript:sources()">Bibliography</a></li>
<li><a...