I'm using the frame version of the menu where you're supposed to have the following code in each document that you want to function with the menu...
<SCRIPT language=JavaScript src="frames_body_files/frames_body_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="frames_body_files/mmenu.js"
type=text/javascript></SCRIPT>
So when I put some of my files in subdirs I changed the src to point to the correct location.
<SCRIPT language=JavaScript src="../frames_body_files/frames_body_array.js"
type=text/javascript></SCRIPT>
...
This works fine and the menu is activated for those documents too. BUT the links in the menu itself doesn't work anymore!!! Do I have to make an extra copy of the <frames_body_array.js> and keep in each new dir I intend to make?
