﻿'Catch FS Commands in IE, and pass them to the corresponding JavaScript function.
Sub mymovie_FSCommand(ByVal command, ByVal args)
	call mymovie_DoFSCommand(command, args)
end sub
