Not sure this will fix it but shouldn't this on your page:
Code:
<a href="javascript:enlargeimage('dynamicbook1.gif')"><img src="tn/tn_08_26_02_1.jpg" border=1></a>
<a href="javascript:enlargeimage('dynamicbook1.gif', 300, 300)"><img src="tn/tn_08_26_02_1.jpg" border=1></a>
be this:
Code:
<a href="javascript:enlargeimage('tn/tn_08_26_02_1.jpg')"><img src="tn/tn_08_26_02_1.jpg" border=1></a>
<a href="javascript:enlargeimage('tn/tn_08_26_02_1.jpg', 300, 300)"><img src="tn/tn_08_26_02_1.jpg" border=1></a>
I tested the script out with NN7.2, very similar to Firefox as far as scripts behavior goes and got an error even with dd's example page:
I also got a similar error on your page from the JavaScript Console but, their page behaved OK, go figure.
Bookmarks