You have the script linked to the page twice. Get rid of the link in the body, keep the one in the head. There is not much text on your page. Much of what appears to be text is actually images. To get this script to work on your page, define the font size using style and relative units. For example, where you have :
HTML Code:
<font size="-2"
Use the equivalent relative style:
HTML Code:
<font style="font-size:.6em;"
Then the script will work well in IE and OK in Firefox (requires two hits of the larger button at first on a freshly loaded page for some reason).
Bookmarks