home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / mac / Documentation / HTML / TG608_fr / wwhelp / wwhimpl / common / private / books.js next >
Text File  |  2008-02-07  |  315b  |  20 lines

  1. // Copyright (c) 2000-2001 Quadralay Corporation.  All rights reserved.
  2. //
  3.  
  4. function  WWHBookGroups_Books(ParamTop)
  5. {
  6.  
  7.  
  8.   ParamTop.fAddDirectory(".", null, null, null, null);
  9. }
  10.  
  11. function  WWHBookGroups_ShowBooks()
  12. {
  13.   return false;
  14. }
  15.  
  16. function  WWHBookGroups_ExpandAllAtTop()
  17. {
  18.   return false;
  19. }
  20.