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