Even if you enclose JS 1.2
statements and function calls, the Nav3 parser
will generate syntax errors for some Nav4-only tokens.
Solution: Avoid JS 1.2-only tokens (switch, regexp
notation) in JS 1.2 code that will be loaded by Nav3,
or use separate site paths to avoid problem.
Example: style.js in this directory.