// Catch FS Commands in IE, and pass them to the corresponding JavaScript function. Sub intro_FSCommand(ByVal command, ByVal args) call intro_DoFSCommand(command, args) end sub