I'm trying to use relative paths to pages instead of absolute paths.

My .js files are in the same directory as all of my html files. My graphics files are in my "image" directory.

If I move my .js files to the "image" directory, I have to use absolute paths. The only other option I've found that works is to put everything in the root directory.

Any sugestions on how to modify the script to point to the "image" folder?

Thanks