home *** CD-ROM | disk | FTP | other *** search
/ ftp.rsa.com / 2014.05.ftp.rsa.com.tar / ftp.rsa.com / pub / agents / RSASecurIDTokenAuto412x64.msi / Data1.cab / _5011967130DF23F0D2F5AC1DE7C59B92 < prev    next >
Text File  |  2014-03-12  |  914b  |  41 lines

  1. ∩╗┐//    WebHelp 5.10.001
  2. var gaFileMapping = new Array();
  3. var gaFileTopicMapping = new Array();
  4.  
  5. function fileMapping(sStartKey, sEndKey, sFileName)
  6. {
  7.     this.sStartKey = sStartKey;
  8.     this.sEndKey = sEndKey;
  9.     this.sFileName = sFileName;
  10.     this.aFtsKeys = null;
  11. }
  12.  
  13. function fileTopicMapping(nIdBegin, nIdEnd, sFileName)
  14. {
  15.     this.nBegin = nIdBegin;
  16.     this.nEnd = nIdEnd;
  17.     this.sFileName = sFileName;
  18.     this.aTopics = null;
  19. }
  20.  
  21.  
  22. function iWM(sStartKey, sEndKey, sFileName)
  23. {
  24.     gaFileMapping[gaFileMapping.length] = new fileMapping(sStartKey, sEndKey, sFileName);    
  25. }
  26.  
  27. function window_OnLoad()
  28. {
  29.     if (parent && parent != this && parent.ftsReady)
  30.     {
  31.         parent.ftsReady(gaFileMapping, gaFileTopicMapping);
  32.     }        
  33. }
  34.  
  35. function iTM(nIdBegin, nIdEnd, sFileName)
  36. {
  37.     gaFileTopicMapping[gaFileTopicMapping.length] = new fileTopicMapping(nIdBegin, nIdEnd, sFileName);    
  38. }
  39.  
  40. window.onload = window_OnLoad;
  41.