\n'); } // Handle all the the FSCommand messages in a Flash movie function _controle_da_PA_DoFSCommand(command, args) { var flashObj = InternetExplorer ? _controle_da_PA : document._controle_da_PA; args = String(args); command = String(command); if (command == "quit") { window.close(); } }