I haven't yet found a way to get Dreamweaver (MX) to update relative paths in Javascript when a file is saved to another location. The most common example is when using drop-down menus in navigation--say I create a page at the root level, and then save a copy in a folder one level deeper. All the links in the body are updated, as they should be, but DW doesn't touch the head, where the Javascript is. I've been editing the paths manually and updating the links, but if anyone has a better way (other than using root-relative paths throughout), please post.