API_6583.Initialize('')
API_6583.SetValue('cmi.exit','suspend')
API_6583.SetValue('cmi.completion_status','completed')
alert(API_6583.GetValue('cmi.completion_status'))
API_6583.Say('hello')
API_6583.Say('hello', ()=>{API_6583.Say('goodbye');})
API_6583.Say('')