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