\n'); } // Handle all the FSCommand messages in a Flash movie. function gameshow_DoFSCommand(command, args) { var gameshowObj = isInternetExplorer ? document.all.gameshow : document.gameshow; if (command == "quit"){ window.close(); } } //-->