' this function acts as a bridge between Flash and JavaScript
' It is used by non-Internet Explorer browsers to simply call the ws_nav_flash function

Sub wsDetailsGraphs_FSCommand(ByVal command, ByVal args)
    call wsDetailsGraphs_DoFSCommand(command, args)
end sub