I implemented the menu in my test site about a month back and it seemingly worked ok then, both on my local testing server (Tomcat) and when I directly clicked on it. But not it works if I directly click on it but when pages are served via the testing server (same html code) generates a script error at line 310 char 114 of the page

Since the same line and character causes errors in all my files (of variable lengths, when viewed via local testing server) it seems that the error is in one of the .js files (perhaps mmmenu.js.. only this file had 310 line no ..':idea:), required by the menu to work, but again it works perfectly when used directly(i.e. by direct clicking). On viewing source, I can see that the html code for both the files (one generated by direct clicking and other served via my testing server ) are exactly similar.
What can be the problem? How do I rectify the situation...?

