Rem Catch FS Commands in IE, and pass them to the corresponding JavaScript function. Rem Sub toolPromo_FSCommand(ByVal command, ByVal args) Rem call toolPromo_DoFSCommand(command, args) Rem end sub Rem Catch FS Commands in IE, and pass them to the corresponding JavaScript function. Sub menuTool_FSCommand(ByVal command, ByVal args) call menuTool_DoFSCommand(command, args) end sub Rem Catch FS Commands in IE, and pass them to the corresponding JavaScript function. Sub menuLeft_FSCommand(ByVal command, ByVal args) call menuLeft_DoFSCommand(command, args) end sub