Your link is working now in all browsers and the issue you are having is actually from the original code, there are some pretty old stuff in there. To get rid of the problem, find this code on line 75 in your ssm.js file and remove the highlighted:
Code:
document.write('<TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="'+ssmItems[i][5]+'px" COLSPAN="'+ssmItems[i][3]+'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%" ALIGN="'+linkAlign+'"><DIV ALIGN="'+linkAlign+'"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'"> <A HREF="'+ssmItems[i][1]+'" target="'+ssmItems[i][2]+'" CLASS="ssmItems">'+ssmItems[i][0]+'</DIV></LAYER></ILAYER></TD>')}
I have no idea why that is there but the menu seems to work fine without it, tested in Fx3 and IE7.
@ddadmin - I suggest someone should look over the code since this happens with the code on the demo page.
Good luck!
Bookmarks