" launchwin(htmlString); } if ( command == "userscore") { userscore = args } if ( command == "maxscore") { maxscore = args } if ( command == "retries") { retries= args } if ( command == "steps") { steps = args } if ( command == "accuracy") { accuracy = args } } function launchwin(htmlString){ newwin = window.open("","flashcamwin","height=300,width=300,scrollbars=0") newwin.document.open(); newwin.document.write(htmlString) newwin.document.close() } function robodemo_DoFSCommand(command, args) { doScoring(command,args); } // -->