Original Post
Heya, I type a long friendly message first time around, but the forum insisted I wasn't logged in so it got lost. Anyway, there's still a bug in the menu system that makes it unusable to anyone having web debugging enabled, as I need to have for work. IE (6&7) complains about an invalid argument in http://www.gamedev.net/include/menu.js on lines 89 and 106 when hovering over menu items. Afaik, the 1st argument to the window.setTimeout functions there should be a script string to be evaluated after the timeout, rather than the function reference it is now. If that's the case, simply putting the entire 1st argument between quotes should solve the problem. Hope this helps [wink]