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 / _BD3AB3D383286F1C810A80197D86FEEF < prev    next >
Text File  |  2014-03-12  |  414b  |  26 lines

  1. ∩╗┐//    WebHelp 5.10.001
  2. var gIEA = new Array();
  3. function aGE(sName, sDef)
  4. {
  5.     var len = gIEA.length;
  6.     gIEA[len] = new gloEntry(sName, sDef);
  7. }
  8.  
  9. function gloEntry(sName, sDef) 
  10. {
  11.     this.sName = sName;
  12.     this.sDef = sDef;
  13.     this.nNKOff = 0;
  14. }
  15.  
  16. function window_OnLoad()
  17. {
  18.     if (parent && parent != this) {
  19.         if (parent.putData) 
  20.         {
  21.             parent.putData(gIEA);
  22.         }
  23.     }
  24. }
  25.  
  26. window.onload = window_OnLoad;