not sure why this is locked
seems like gfdd's script for flash player detection has been removed completely, and no matter what, the nonflash menu is drawn.
code:
//if(GFDD_FlashCanPlay)
// document.write('<snip>the flash header</snip>');
//else
document.write(noflashheader);
the function itself generally seems flash-seven specific, but i don't have a flash-eight computer to test it with. try javascript:alert(GFDD_PluginVersion) and javascript:alert(GFDD_FlashCanPlay) in the address bar and see if you get "8", if not, thats why its been removed.