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