In the JavaScript the "%%REP%%" in front of the page names is returning null and Safari is adding it to the URL.
example:
onclick="cFrame.execURL('%%REP%%Incubator.htm','_self');">
INCUBATOR DESIGN
In testing, I removed the %%REP%% from a local copy and it works as expected and removing it does not seem to break other browsers.
The problem is, how do I get DMB to create the Safari friendly script? I don't want to manually edit all of the code.