home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 March / VPR9803A.ISO / Netscape / NAV40.Z / Header.js < prev    next >
Text File  |  1997-08-14  |  376b  |  12 lines

  1. /* ==================================================================
  2. FILE:   Header.js
  3. DESCR:  Header library file for Netscape Help implementation.
  4. NOTES:  
  5. ================================================================== */
  6. //top.SystemFrame.trace( "Header.js" )
  7.  
  8. function onload()
  9. {
  10.    // Bind events to global event handlers.
  11.    top.bindDocEvts( document )
  12. }