
'  Map VB script events to the JavaScript method - Netscape will ignore this... 
'  Since FSCommand fires a VB event under ActiveX, we respond here 
Sub globalswf_FSCommand(ByVal command, ByVal args)
  call globalswf_DoFSCommand(command, args)
end sub

  