home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.5 / 1998-11_Disc_4.5.bin / ELINK / NSCOMM / HEADER.JS < prev    next >
Text File  |  1997-10-22  |  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. }