I can't get the javascript navigation menu to show up on my website. The website uses header.php on every page so I want to place the nav menu into the header somehow, but have not succeeded at this point. Here is the code I have:
<div align="center">
<p><a href="index.php"><img src="images/headerlogo.jpg" width="765" alt="banner" border="0"></a></p>
<script webstyle4>document.write('<scr'+'ipt src="xaramenu.js">'+'</scr'+'ipt>');document.write('<scr'+'ipt src="../../My Web Graphics/navbar.js">'+'</scr'+'ipt>');/*img src="../../My Web Graphics/navbar.jpg" moduleid="Default (Project)\navbar_off.xws"*/</script>
</div>
Thanks for any help that you have.