home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / browser / net_linx / nethelp-v404.nif / nethelp-v404 / nethelp / Header.js < prev    next >
Text File  |  1997-05-14  |  365b  |  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. }