Hi Cindy
I see what you mean about the menu script... it didn't display in Mozilla 1.4 at all. Opera 7.11 was okay, just took a while for the browser to load. I'm not entirely convinced it works 100% in IE 6... if you resize your browser to say 800x600, the last (far right) menu element then pops up on the top left hand corner!
With regards to how you actually use the script... I would recommend using a link to an external JavaScript file, rather than having the script written out in full (inline) on each page. This makes it a lot easier to change a single menu script for the whole site rather than so many pages.
This said, you definitely need a replacement for the current menu script, and the
good news is that there are plenty to choose from..
bad news is that there aren't enough hours in the day to test them all out!! LOL!
Also you don't have to be a JavaScript expert these days, as there are online menu generators that will create all the necessary code for you! I personally use a menu script (CoolMenus 4) that was written by Thomas Brattli, you can see his site
here.
Here's a few alternative sites you may want to check out:
http://www.dynamicdrive.com/dynamici...men4/index.htm
http://javascript.cooldev.com/scripts/coolmenu/
http://www.brothercake.com/dropdown/index.html - free for personal use
N.B. There are two major downsides in using a purely Javascript navigation system; (1) search engine bots are not able to follow your inbound links and (2) a visitor who has disabled Javascript in their browser settings would not be able to navigate your site. Therefore you should consider implementing an alternative text-based navigation somewhere else on your page.
Hope this helps in some way
Paul