home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 19 / CDROM19.iso / aplicat / alexans / alex130n.exe / SetupNS.exe / script.bin / script.txt
Encoding:
Text File  |  1998-01-28  |  83.9 KB  |  1,430 lines

  1. object TProject
  2.   Features = [esfBasic, esfLicenseAgreement, esfFiles, esfShortcuts, esfReadMe, esfActions, esfRequirements]
  3.   Mode = pmSetup
  4.   Actions = <
  5.     item
  6.       ActionType = atRunApplication
  7.       ActionPhase = apWorking
  8.       Options = [aoWaitForTermination]
  9.       Command = '$(ApplicationDir)\AxDist.exe'
  10.     end
  11.     item
  12.       ActionType = atDeleteFile
  13.       ActionPhase = apWorking
  14.       SourceFile = '$(ApplicationDir)\AlexaSetup.exe'
  15.     end
  16.     item
  17.       ActionType = atDeleteRegistry
  18.       Key = 'Software\Netscape\Netscape Navigator\Automation Protocols'
  19.       ValueName = 'archive'
  20.       RootKey = -2147483647
  21.     end
  22.     item
  23.       ActionType = atDeleteFile
  24.       SourceFile = '$(ShellPrograms)\Alexa V1.0\Readme.lnk'
  25.     end
  26.     item
  27.       ActionType = atDeleteFile
  28.       SourceFile = '$(ShellPrograms)\Alexa V1.0\Uninstall.lnk'
  29.     end
  30.     item
  31.       ActionType = atDeleteFile
  32.       SourceFile = '$(ShellPrograms)\Alexa V1.0\Alexa.lnk'
  33.     end
  34.     item
  35.       ActionType = atDeleteRegistry
  36.       ActionPhase = apPostUninstall
  37.       Key = 'Software\Alexa'
  38.       Options = [aoDeleteSubKeys]
  39.       RootKey = -2147483647
  40.     end
  41.     item
  42.       ActionType = atDeleteRegistry
  43.       ActionPhase = apPostUninstall
  44.       Key = 'Software\AlexaMsg'
  45.       Options = [aoDeleteSubKeys]
  46.       RootKey = -2147483647
  47.     end
  48.     item
  49.       ActionType = atDeleteRegistry
  50.       ActionPhase = apPostUninstall
  51.       Key = 'Software\Alexa Internet'
  52.       Options = [aoDeleteSubKeys]
  53.       RootKey = -2147483646
  54.     end
  55.     item
  56.       ActionType = atDeleteFile
  57.       ActionPhase = apPostUninstall
  58.       SourceFile = '$(ApplicationDir)\Alexa.exe'
  59.     end
  60.     item
  61.       ActionType = atDeleteFile
  62.       ActionPhase = apPostUninstall
  63.       SourceFile = '$(ApplicationDir)\Alexa.txt'
  64.     end
  65.     item
  66.       ActionType = atDeleteFile
  67.       ActionPhase = apPostUninstall
  68.       SourceFile = '$(ApplicationDir)\User.txt'
  69.     end
  70.     item
  71.       ActionType = atDeleteFile
  72.       ActionPhase = apPostUninstall
  73.       SourceFile = '$(ApplicationDir)\AlexaStart.exe'
  74.     end
  75.     item
  76.       ActionType = atDeleteFile
  77.       ActionPhase = apPostUninstall
  78.       SourceFile = '$(ApplicationDir)\AlexaSetup.exe'
  79.     end
  80.     item
  81.       ActionType = atDeleteFile
  82.       ActionPhase = apPostUninstall
  83.       SourceFile = '$(ApplicationDir)\SetupNS.exe'
  84.     end
  85.     item
  86.       ActionType = atRunApplication
  87.       ActionPhase = apFinalSuccessNoRestart
  88.       Parameters = '/restart'
  89.       Command = '$(ApplicationDir)/AlexaStart.exe'
  90.     end
  91.     item
  92.       ActionType = atWriteRegistry
  93.       ActionPhase = apWorking
  94.       Key = 'Software\Alexa Internet\Alexa'
  95.       Value = '$(ApplicationDir)'
  96.       ValueName = 'RootDir'
  97.       RootKey = -2147483646
  98.     end
  99.     item
  100.       ActionType = atWriteRegistry
  101.       ActionPhase = apWorking
  102.       Key = 'Software\Alexa Internet\Alexa'
  103.       Value = '$(ApplicationDir)\alexastart.exe'
  104.       ValueName = 'Restart'
  105.       RootKey = -2147483646
  106.     end
  107.     item
  108.       ActionType = atWriteRegistry
  109.       ActionPhase = apWorking
  110.       Key = 'Software\Alexa Internet\Alexa'
  111.       Value = '/shutdown'
  112.       ValueName = 'Args'
  113.       RootKey = -2147483646
  114.     end
  115.     item
  116.       ActionType = atDeleteFile
  117.       SourceFile = '$(ShellPrograms)\Alexa V1.0'
  118.     end
  119.     item
  120.       ActionType = atDeleteFile
  121.       SourceFile = '$(ApplicationDir)\AlexaMsg.exe'
  122.     end
  123.     item
  124.       ActionType = atDeleteFile
  125.       SourceFile = '$(ApplicationDir)\cuckoo.wav'
  126.     end
  127.     item
  128.       ActionType = atDeleteFile
  129.       SourceFile = '$(ApplicationDir)\dog.wav'
  130.     end
  131.     item
  132.       ActionType = atDeleteFile
  133.       SourceFile = '$(ApplicationDir)\train.wav'
  134.     end
  135.     item
  136.       ActionType = atDeleteFile
  137.       SourceFile = '$(ApplicationDir)\frog.wav'
  138.     end
  139.     item
  140.       ActionType = atDeleteFile
  141.       SourceFile = '$(ApplicationDir)\pig.wav'
  142.     end
  143.     item
  144.       ActionType = atDeleteFile
  145.       SourceFile = '$(ApplicationDir)\goodbye.wav'
  146.     end
  147.     item
  148.       ActionType = atReadRegistry
  149.       ActionPhase = apPreUninstall
  150.       Key = 'Software\Alexa Internet\Alexa'
  151.       Value = '$(ProgramFilesDir)\Alexa Internet\Alexa'
  152.       ValueName = 'RootDir'
  153.       Variable = 'ApplicationDir'
  154.       RootKey = -2147483646
  155.     end
  156.     item
  157.       ActionType = atRunApplication
  158.       ActionPhase = apPreUninstall
  159.       Parameters = '/shutdown'
  160.       Options = [aoWaitForTermination]
  161.       Command = '$(ApplicationDir)\alexastart.exe'
  162.     end
  163.     item
  164.       ActionType = atSetVariable
  165.       ActionPhase = apInitWorking
  166.       Value = '$(SourceDir)'
  167.       Variable = 'ApplicationDir'
  168.     end
  169.     item
  170.       ActionType = atReadRegistry
  171.       ActionPhase = apInitWorking
  172.       Key = 'Software\Alexa Internet\Alexa'
  173.       Value = '$(SystemDir)\systray.exe'
  174.       ValueName = 'Restart'
  175.       Variable = 'AlexaShutdown'
  176.       RootKey = -2147483646
  177.     end
  178.     item
  179.       ActionType = atReadRegistry
  180.       ActionPhase = apInitWorking
  181.       Key = 'Software\Alexa Internet\Alexa'
  182.       ValueName = 'Args'
  183.       Variable = 'CmdLineArgs'
  184.       RootKey = -2147483646
  185.     end
  186.     item
  187.       ActionType = atRunApplication
  188.       ActionPhase = apInitWorking
  189.       Command = '$(SystemDir)\Systray.exe'
  190.     end
  191.     item
  192.       ActionType = atRunApplication
  193.       ActionPhase = apInitWorking
  194.       Parameters = '$(CmdLineArgs)'
  195.       Options = [aoWaitForTermination]
  196.       Command = '$(AlexaShutdown)'
  197.     end>
  198.   Basic.ApplicationName = 'Alexa'
  199.   Basic.DefaultShortcutFolder = 'Alexa'
  200.   Basic.FontName = 'MS Sans Serif'
  201.   Basic.LicenseAgreement = 
  202.     '{\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{' +
  203.     '\f1\froman\fcharset2 Symbol;}{\f2\fswiss MS Sans Serif;}{\f3\fsw' +
  204.     'iss Arial;}{\f4\fswiss\fprq2 Arial;}{\f5\fswiss\fprq2 System;}}'#13 +
  205.     #10'{\colortbl\red0\green0\blue0;}'#13#10'\deflang1033\pard\plain\f2\fs16' +
  206.     '\cf0 IMPORTANT NOTE: To use the Alexa service, you must agree to' +
  207.     ' the following Alexa Software License Agreement.'#13#10'\par '#13#10'\par If' +
  208.     ' you do not agree to this Agreement, you are not an authorized u' +
  209.     'ser of the software, and it is your responsibility to remove the' +
  210.     ' Alexa Internet software from your system.'#13#10'\par '#13#10'\par ***** TH' +
  211.     'E ALEXA INTERNET SOFTWARE LICENSE AGREEMENT *****'#13#10'\par '#13#10'\par T' +
  212.     'his Alexa Internet Software Agreement ("Agreement") for the Alex' +
  213.     'a Internet software and related documentation ("Software") and m' +
  214.     'etadata, information and other content ("Information") that Alex' +
  215.     'a generally makes available through the Software as modified, ad' +
  216.     'ded, or deleted in Alexa'#39's sole discretion from time to time is ' +
  217.     'your proof of license. '#13#10'\par '#13#10'\par 1. GRANT AND TERM OF LICENS' +
  218.     'E. Subject to your compliance with the terms of this Agreement, ' +
  219.     'Alexa Internet ("Alexa") grants to you a personal, nonexclusive,' +
  220.     ' nontransferable and royalty-free right to install and use the S' +
  221.     'oftware and receive the Information solely for your lawful perso' +
  222.     'nal use. The Software may be installed only on (a) computers con' +
  223.     'trolled by you, or (b) a network server allowing only you and ot' +
  224.     'her persons who have agreed to the terms and conditions of this ' +
  225.     'Agreement to access the Software and the Information. The right ' +
  226.     'to use the Software and receive the Information is not transfera' +
  227.     'ble. This Agreement and the license granted in it shall continue' +
  228.     ' until Alexa announces its termination, and will terminate autom' +
  229.     'atically if you fail to comply with the limitations described in' +
  230.     ' this Agreement. Upon any termination, or if you should give up ' +
  231.     'your personal use and control of the computers on which the Soft' +
  232.     'ware is installed, you agree to destroy all copies of the Softwa' +
  233.     're and the Information and any related materials in any form.'#13#10'\' +
  234.     'par '#13#10'\par 2. COPYRIGHT.'#13#10'\par (a).PRODUCTS. The Software is own' +
  235.     'ed by Alexa or its licensors and is protected by United States c' +
  236.     'opyright laws and international treaty provisions. Therefore, yo' +
  237.     'u must treat the Software like any other copyrighted material (e' +
  238.     '.g. a book or musical recording) except that you may make one co' +
  239.     'py of the Software solely for backup purposes which includes all' +
  240.     ' copyright and trademark notices. You are not permitted to copy ' +
  241.     'the Software for archival purposes.'#13#10'\par (b).INFORMATION. The I' +
  242.     'nformation is also protected by copyright and other intellectual' +
  243.     ' property laws. All rights (including but not limited to copyrig' +
  244.     'ht), title and interest in the Information are reserved to and o' +
  245.     'wned by the respective organizations which have provided it or t' +
  246.     'heir licensors (the "Information Providers").'#13#10'\par '#13#10'\par 3.OTH' +
  247.     'ER RIGHTS. The Software shall be considered confidential informa' +
  248.     'tion of Alexa or its licensors and shall not be disclosed by you' +
  249.     ' to any third party who has not agreed to the terms of this Agre' +
  250.     'ement in the manner specified by Alexa. You may not modify, tran' +
  251.     'slate, reverse engineer, decompile, disassemble or create deriva' +
  252.     'tive works based on the Software, or remove any proprietary noti' +
  253.     'ces or labels it contains. All applicable rights to patents, cop' +
  254.     'yrights, trademarks and trade secrets in the Software or any mod' +
  255.     'ifications to it shall be and remain in Alexa or its licensors.'#13 +
  256.     #10'\par '#13#10'\par 4. OTHER OBLIGATIONS AND RESTRICTIONS. '#13#10'\par a).  ' +
  257.     'You are responsible for obtaining and maintaining at your own ex' +
  258.     'pense all telephone or other communications links, computer hard' +
  259.     'ware and other equipment or facilities needed for access to and ' +
  260.     'use of the Software and the Information. The Information may be ' +
  261.     'stored, manipulated, analyzed, displayed, reformatted and printe' +
  262.     'd for your personal, non-commercial use only; you agree not to u' +
  263.     'se the Information in or in connection with any business or comm' +
  264.     'ercial enterprise, including without limitation any securities, ' +
  265.     'investment, accounting, banking, legal or media business or ente' +
  266.     'rprise. '#13#10'\par b).  You agree not to reproduce, retransmit, dist' +
  267.     'ribute, disseminate, sell, publish, broadcast or circulate the I' +
  268.     'nformation in any form to anyone, including but not limited to o' +
  269.     'thers in the same company or organization or to newsgroups, mail' +
  270.     ' lists or electronic bulletin boards, without the express prior ' +
  271.     'written consent of the relevant Information Provider. You agree ' +
  272.     'not to alter or modify the Information, and that you will not st' +
  273.     'ore or retain it for a period of more than 30 days from its rece' +
  274.     'ipt.'#13#10'\par '#13#10'\par c).  Copyright restrictions:'#13#10'\par '#13#10'\par '#13#10'\p' +
  275.     'ar '#13#10'\par                             Notice'#13#10'\par '#13#10'\par       ' +
  276.     '      Warning Concerning Copyright Restrictions'#13#10'\par '#13#10'\par The' +
  277.     ' copyright law of the United States (Title 17, United States Cod' +
  278.     'e)'#13#10'\par     governs the making of photocopies or other reproduc' +
  279.     'tions of'#13#10'\par  copyrighted material.  Under certain conditions ' +
  280.     'specified in the law,'#13#10'\par libraries and archives are authorize' +
  281.     'd to furnish a photocopy or other'#13#10'\par  reproduction.  One of t' +
  282.     'hese specific conditions is that the photocopy'#13#10'\par  or reprodu' +
  283.     'ction is not to be '#39'used for any purpose other than private'#13#10'\pa' +
  284.     'r   study, scholarship, or research'#39'.  If a user makes a request' +
  285.     ' for, or'#13#10'\par   later uses, a photocopy or reproduction for pur' +
  286.     'poses in excess of'#13#10'\par     '#39'fair use'#39', that user may be liable' +
  287.     ' for copyright infringement.'#13#10'\par '#13#10'\par    This institution re' +
  288.     'serves the right to refuse to accept a copying '#13#10'\par    order i' +
  289.     'f, in its judgement, fulfillment of the order would involve'#13#10'\pa' +
  290.     'r                    violation of the copyright law.'#13#10'\par '#13#10'\pa' +
  291.     'r d).  By accepting this agreement, you agree that you have meet' +
  292.     ' and, as long as you use the software, will continue to meet, th' +
  293.     'e conditions described above, and accept full responsibility for' +
  294.     ' making sure that your use of the Alexa software does not consti' +
  295.     'tute a violation of copyright law.  Further, if your use of the ' +
  296.     'Alexa software or service does lead to a copyright violation of ' +
  297.     'any kind, the sole responsibility for that violation rests with ' +
  298.     'you.  '#13#10'\par '#13#10'\par 5. NO WARRANTIES OR LIABILITIES.'#13#10'\par (a) P' +
  299.     'RODUCTS. You expressly acknowledge and agree that use of the Sof' +
  300.     'tware is AT YOUR OWN RISK and that the Software is provided "AS ' +
  301.     'IS" without any warranties or conditions whatsoever.'#13#10'\par (b) I' +
  302.     'NFORMATION.  The information is also provided to you "AS IS" wit' +
  303.     'hout any warranties or conditions whatsoever. Due to the number ' +
  304.     'of sources from which the Information is obtained, and the inher' +
  305.     'ent hazards of electronic distribution, there may be delays, omi' +
  306.     'ssions or inaccuracies in the Information and you assume all suc' +
  307.     'h risks.'#13#10'\par (c) ALEXA, THE INFORMATION PROVIDERS OR ITS OR TH' +
  308.     'EIR RESPECTIVE AFFILIATES, AGENTS, LICENSEES AND LICENSORS: (i) ' +
  309.     'HEREBY DISCLAIM ANY EXPRESS OR IMPLIED WARRANTIES AS TO THE ACCU' +
  310.     'RACY, COMPLETENESS, CURRENTNESS, NONINFRINGEMENT, MERCHANTABILIT' +
  311.     'Y OR FITNESS FOR PARTICULAR PURPOSE OF THE INFORMATION, the Soft' +
  312.     'ware, ANY COMBINATION OF THE TWO, OR THAT THE OPERATION OF the S' +
  313.     'oftware OR THE INFORMATION WILL BE UNINTERRUPTED OR ERROR-FREE; ' +
  314.     '(ii) SHALL IN NO EVENT BE LIABLE TO YOU OR ANYONE ELSE FOR ANY I' +
  315.     'NACCURACY, ERROR OR OMISSION IN, OR LOSS, INJURY OR DAMAGE CAUSE' +
  316.     'D IN WHOLE OR PART BY, OR FAILURES, DELAYS OR INTERRUPTIONS OF, ' +
  317.     'THE INFORMATION, the Software OR THE ALEXA INTERNET SERVICES PRO' +
  318.     'VIDED BY ANY COMBINATION OF THE FOREGOING;(iii) SHALL IN NO EVEN' +
  319.     'T BE LIABLE TO YOU OR ANYONE ELSE FOR ANY CONSEQUENTIAL, INCIDEN' +
  320.     'TAL OR SPECIAL DAMAGES, INCLUDING BUT NOT LIMITED TO ANY LOST PR' +
  321.     'OFITS OR TRADING LOSSES ARISING OUT OF OR RELATING TO THE USE OR' +
  322.     ' INABILITY TO USE the Software OR THE INFORMATION OR ANY DECISIO' +
  323.     'N MADE OR ACTION TAKEN BY YOU IN RELIANCE ON INFORMATION, EVEN I' +
  324.     'F ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.'#13#10'\par (d) THE ENTI' +
  325.     'RE RISK AS TO THE QUALITY AND PERFORMANCE OF the Software AND TH' +
  326.     'E INFORMATION IS WITH YOU AND SHOULD EITHER PROVE DEFECTIVE, YOU' +
  327.     ' (AND NOT ALEXA, THE INFORMATION PROVIDERS OR THEIR RESPECTIVE A' +
  328.     'FFILIATES, AGENTS, LICENSEES AND LICENSORS) ASSUME THE ENTIRE CO' +
  329.     'STS OF SERVICING, REPAIR OR CORRECTION OF SUCH DEFECTS.'#13#10'\par (e' +
  330.     ') SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF' +
  331.     ' WARRANTIES OR INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE' +
  332.     ' LIMITATIONS OR EXCLUSIONS MAY NOT APPLY TO YOU.'#13#10'\par (f) The I' +
  333.     'nformation may include facts, views, opinions and recommendation' +
  334.     's of individuals and organizations deemed of interest. Neither A' +
  335.     'lexa nor the Information Providers guarantees or shall be liable' +
  336.     ' on account of the accuracy, defamatory nature, completeness or ' +
  337.     'timeliness of, nor do they otherwise endorse, these views, opini' +
  338.     'ons or recommendations, nor do Alexa or the Information Provider' +
  339.     's or any of them give investment advice, or advocate the purchas' +
  340.     'e or sale of any security or investment. The Software is not spe' +
  341.     'cifically developed or licensed for use in any nuclear, aviation' +
  342.     ', mass transit, life support, medical or any other inherently da' +
  343.     'ngerous applications, or commercial applications.'#13#10'\par '#13#10'\par 6' +
  344.     '. U.S. GOVERNMENT RIGHTS. If you are acquiring the Software (inc' +
  345.     'luding the related documentation) on behalf of any part of the U' +
  346.     'nited States Government, the following provisions apply.  The So' +
  347.     'ftware is deemed to be "commercial software" and "commercial com' +
  348.     'puter software documentation," respectively, pursuant to DFAR Se' +
  349.     'ction 227.7202 and FAR 12.212, as applicable. Any use, modificat' +
  350.     'ion, reproduction, release, performance, display or disclosure o' +
  351.     'f the Software (including the related documentation) by the U.S.' +
  352.     ' Government or any of its agencies shall be governed solely by t' +
  353.     'he terms of this Agreement and shall be prohibited except to the' +
  354.     ' extent expressly permitted by the terms of this Agreement.'#13#10'\pa' +
  355.     'r '#13#10'\par 7. CHANGED TERMS Alexa shall have the right at any time' +
  356.     ' to change the terms of this Agreement or require new terms and ' +
  357.     'to change, impose conditions on or discontinue any aspect or fea' +
  358.     'ture of the Software. Such changes shall be effective immediatel' +
  359.     'y upon notification by any means which give you actual knowledge' +
  360.     ' of them or upon posting of such terms on the Software, and any ' +
  361.     'use by you of the Software and receipt of the Information after ' +
  362.     'such notice shall be deemed acceptance of them by you.'#13#10'\par '#13#10'\' +
  363.     'par 8. GENERAL This Agreement will governed by the laws of the S' +
  364.     'tate of California, without reference to conflict of laws princi' +
  365.     'ples. This Agreement is the entire agreement between Alexa and y' +
  366.     'ou and supersedes any other communications or advertising with r' +
  367.     'espect to the Software or the Information. If any provision of t' +
  368.     'his Agreement is held unenforceable, that provision shall be enf' +
  369.     'orced to the maximum extent permissible so as to give effect the' +
  370.     ' intent of the parties, and the remainder of this Agreement shal' +
  371.     'l continue in full force and effect. The headings used in this A' +
  372.     'greement are for convenience only, and shall not be given any le' +
  373.     'gal import. The Information Providers are third party beneficiar' +
  374.     'ies of all of the terms above, and are relying on them. Any item' +
  375.     ' or service furnished by Alexa, the Information Providers or its' +
  376.     ' or their respective affiliates, agents, licensees and licensors' +
  377.     ' in furtherance of this Agreement, although not specifically ide' +
  378.     'ntified in it, shall nevertheless be covered by this Agreement u' +
  379.     'nless specifically covered by some other written or electronic a' +
  380.     'greement accepted by you and an authorized representative of Ale' +
  381.     'xa or such other party as the case may be. You agree to comply w' +
  382.     'ith all U.S., foreign and local laws and regulations which apply' +
  383.     ' to your use of the Software and the Information including witho' +
  384.     'ut limitation, export control laws and regulations.'#13#10'\par '#13#10'\par' +
  385.     ' **** END OF THE ALEXA INTERNET SOFTWARE LICENSE AGREEMENT ****'#13 +
  386.     #10'\par '#13#10'\par '#13#10'\par '#13#10'\par }'#13#10#0
  387.   Basic.ReadMeAfter = 
  388.     '{\rtf1\ansi\ansicpg1252\deff0\deftab720{\fonttbl{\f0\fswiss MS S' +
  389.     'ans Serif;}{\f1\froman\fcharset2 Symbol;}{\f2\fswiss MS Sans Ser' +
  390.     'if;}{\f3\fswiss Arial;}{\f4\fswiss\fprq2 Arial;}}'#13#10'{\colortbl\re' +
  391.     'd0\green0\blue0;}'#13#10'\deflang1033\pard\plain\f4\fs20 ALEXA README ' +
  392.     '- Version 1.3'#13#10'\par Please contact us with problems by filling o' +
  393.     'ut a Bug Report form:'#13#10'\par http://www.alexa.com/support/'#13#10'\par ' +
  394.     #13#10'\par ..or email bugs to: support@alexa.com'#13#10'\par '#13#10'\par Latest' +
  395.     ' '#39'Known Problems and Workarounds'#39' can be found from'#13#10'\par http:/' +
  396.     '/www.alexa.com/support'#13#10'\par as well.'#13#10'\par '#13#10'\par '#13#10'\par SYSTEM' +
  397.     ' REQUIREMENTS'#13#10'\par '#13#10'\par         * IBM PC or compatible'#13#10'\par ' +
  398.     '        * 486/33 processor or'#13#10'\par           better'#13#10'\par      ' +
  399.     '   * 16MB or more of RAM'#13#10'\par         * 5MB free disk space dur' +
  400.     'ing install'#13#10'\par           (only 3MB required once install is c' +
  401.     'omplete)'#13#10'\par         * 256 color mode or higher'#13#10'\par         ' +
  402.     '* Windows 95 or WindowsNT 4.0'#13#10'\par         * Netscape 2.0 or hi' +
  403.     'gher'#13#10'\par         * Internet Explorer 3.0 or'#13#10'\par           hi' +
  404.     'gher'#13#10'\par '#13#10'\par \plain\f2\fs16 '#13#10'\par }'#13#10#0
  405.   Basic.WindowTitle = 'Alexa Internet'
  406.   Basic.SplashBitmap = {
  407.     424D266E000000000000360400002800000078000000E2000000010008000000
  408.     0000F06900000000000000000000000000000000000000000000000080000080
  409.     000000808000800000008000800080800000C0C0C000C0DCC000F0CAA600F0FB
  410.     FF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF
  411.     0000FFFFFF000000000000008000008000000080800080000000800080008080
  412.     0000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000FF0000FF
  413.     000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000000080000080
  414.     000000808000800000008000800080800000C0C0C000C0DCC000F0CAA600F0FB
  415.     FF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF
  416.     0000FFFFFF000000000000008000008000000080800080000000800080008080
  417.     0000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000FF0000FF
  418.     000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000000080000080
  419.     000000808000800000008000800080800000C0C0C000C0DCC000F0CAA600F0FB
  420.     FF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF
  421.     0000FFFFFF000000000000008000008000000080800080000000800080008080
  422.     0000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000FF0000FF
  423.     000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000000080000080
  424.     000000808000800000008000800080800000C0C0C000C0DCC000F0CAA600F0FB
  425.     FF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF
  426.     0000FFFFFF000000000000008000008000000080800080000000800080008080
  427.     0000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000FF0000FF
  428.     000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000000080000080
  429.     000000808000800000008000800080800000C0C0C000C0DCC000F0CAA600F0FB
  430.     FF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF
  431.     0000FFFFFF000000000000008000008000000080800080000000800080008080
  432.     0000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000FF0000FF
  433.     000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000000080000080
  434.     000000808000800000008000800080800000C0C0C000C0DCC000F0CAA600F0FB
  435.     FF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF
  436.     0000FFFFFF000000000000008000008000000080800080000000800080008080
  437.     0000C0C0C000C0DCC000F0CAA600F0FBFF00A4A0A000808080000000FF0000FF
  438.     000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000000080000080
  439.     0000008080008000000080008000F0FBFF00A4A0A000808080000000FF0000FF
  440.     000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0006060606060606060606
  441.     0606060606060606060606060606060606060606060606060606060606060606
  442.     0606060606060606060606060606060606060606060606060606060606060606
  443.     0606060606060606060606060606060606060606060606060606060606060606
  444.     0606060606060606060606060606060606060606060606060606060606060606
  445.     0606060606060606060606060606060606060606060606060606060606060606
  446.     0606060606060606060606060606060606060606060606060606060606060606
  447.     0606060606060606060606060606060606060606060606060606060606060606
  448.     0606060606060606060606060606060606060606060606060606060606060606
  449.     0606060606060606060606060606060606060606060606060606060606060606
  450.     0606060606060606060606060606060606060606060606060606060606060606
  451.     0606060606060606060606060606060606060606060606060606060606060606
  452.     0606060606060606060606060606060606060606060606060606060606060606
  453.     0606060606060606060606060606060606060606060606060606060606060606
  454.     0606060606060606060606060606060606060606060606060606060606060606
  455.     0606060606060606060606060606060606060606060606060606060606060606
  456.     0606060606060606060606060606060606060606060606060606060606060606
  457.     0606060606060606060606060606060606060606060606060606060606060606
  458.     0606060606060606060606060606060606060606060606060606060606060606
  459.     0606060606060606060606060606060606060606060606060606060606060606
  460.     0606060606060606060606060606060606060606060606060606060606060606
  461.     0606060606060601010106060606060606060606060606060606060606060606
  462.     0606060606060606060606060606060606060606060606060606060606060606
  463.     0606060606060606060606060606060606060606060606060606060606060606
  464.     0606060606060606060606060606060606060606060606060606060606010113
  465.     1313010106060606060606060606060606060606060606060606060606060606
  466.     0606060606060606060606060606060606060606060606060606060606060606
  467.     0606060606060606060606060606060606060606060606060606060606060606
  468.     0606060606060606060606060606060606060601011313131313131301010606
  469.     0606060606060606060606060606060606060606060606060606060606060606
  470.     0606060606060606060606060606060606060606060606060606060606060606
  471.     0606060606060606060606060606060606060606060606060606060606060606
  472.     0606060606060606060101131313131313131313131301010606060606060606
  473.     0606060606060606060606060606060606060606060606060606060606060606
  474.     0606060606060606060606060606060606060606060606060606060606060606
  475.     0606060606060606060606060606060606060606060606060606060606060601
  476.     0113131313131313131313131313131301010606060606060606060606060606
  477.     0606060606060606060606060606060606060606060606060606060606060606
  478.     0606060606060606060606060606060606060606060606060606060606060606
  479.     0606060606060606060606060606060606060606060101131313131313131313
  480.     1313131313131313131301010606060606060606060606060606060606060606
  481.     0606060606060606060606060606060606060606060606060606060606060606
  482.     0606060606060606060606060606060606060606060606060606060606060606
  483.     0606060606060606060606010113131313131313101013131313131313131313
  484.     1313131301010606060606060606060606060606060606060606060606060606
  485.     0606060606060606060606060606060606060606060606060606060606060606
  486.     0606060606060606060606060606060606060606060606060606060606060606
  487.     0601011313131313131310101313101000131310131313131313131313130101
  488.     0606060606060606060606060606060606060606060606060606060606060606
  489.     0606060606060606060606060606060606060606060606060606060606060606
  490.     0606060606060606060606060606060606060606060606060606061313131313
  491.     1010131310100013131013131313131313131313131313130101060606060606
  492.     0606060606060606060606060606060606060606060606060606060606060606
  493.     0606060606060606060606060606060606060606060606060606060606060606
  494.     0606060606060606060606060606060606060606061313131313101013131010
  495.     0013131010131310131313131313131313130101060606060606060606060606
  496.     0606060606060606060606060606060606060606060606060606060606060606
  497.     0606060606060606060606060606060606060606060606060606060606060606
  498.     0606060606060606060606060606061313131313101013131010001313101313
  499.     1313131313131313131313130101060606060606060606060606060606060606
  500.     0606060606060606060606060606060606060606060606060606060606060606
  501.     0606060606060606060606060606060606060606060606060606060606060606
  502.     0606060606060606061313131313101013131010131313131313131313131313
  503.     1313131306060606060606060606060606060606060606060606060606060606
  504.     0606060606060606060606060606060606060606060606060606060606060606
  505.     0606060606060606060606060606060606060606060606060606060606060606
  506.     0606061313131313101013131313131313131313131313131313060606060606
  507.     0606060606060606060606060606060606060606060606060606060606060606
  508.     0606060606060606060606060606060606060606060606060606060606060606
  509.     0606060606060606060606060606060606060606060606060606060606131313
  510.     1313131300000000131313131313131306060606060606060606060606060606
  511.     0606060606060606060606060606060606060606060606060606060606060606
  512.     0606060606060606060606060606060606060606060606060606060606060606
  513.     0606060606060606060606060606060606060606060606131313000007070C13
  514.     1313131313130606060606060606060606060606060606060606060606060606
  515.     0606060606060606060606060606060606060606060606060606060606060606
  516.     0606060606060606060606060606060606060606060606060606060606060606
  517.     060606060606060606060606060606060000030F0F0C13131313131306060606
  518.     0606060606060606060606060606060606060606060606060606060606060606
  519.     0606060606060606060606060606060606060606060606060606060606060606
  520.     0606060606060606060606060606060606060606060606060606060606060606
  521.     0606060606060000030F0F0C0013131313130606060606060606060606060606
  522.     0606060606060606060606060606060606060606060606060606060606060606
  523.     0606060606060606060606060606060606060606060606060606060606060606
  524.     060606060606060606060606060606060606060606060606060606060000030F
  525.     0F0C000606131313060606060606060606060606060606060606060606060606
  526.     0606060606060606060606060606060606060606060606060606060606060606
  527.     0606060606060606060606060606060606060606060606060606060606060606
  528.     0606060606060606060606060606060606060000030F0F0C0006060606060606
  529.     0606060606060606060606060606060606060606060606060606060606060606
  530.     0606060606060606060606060606060606060606060606060606060606060606
  531.     0606060606060606060606060606060606060606060606060606060606060606
  532.     06060606060606060000030F0F0C000606060606060606060606060606060606
  533.     0606060606060606060606060606060606060606060606060606060606060606
  534.     0606060606060606060606060606060606060606060606060606060606060606
  535.     0606060606060606060606060606060606060606060606060606060606060000
  536.     030F0F0C00060606060606060606060606060606060606060606060606060606
  537.     0606060606060606060606060606060606060606060606060606060606060606
  538.     0606060606060606060606060606060606060606060606060606060606060606
  539.     06060606060606060606060606060606060606060000040F0F0C000606060606
  540.     0606060606060606060606060606060606060606060606060606060606060606
  541.     0606060606060606060606060606060606060606060606060606060606060606
  542.     0606060606060606060606060606060606060606060606060606060606060606
  543.     060606060606060606060000040F04040C060606060606060606060606060606
  544.     0606060606060606060606060606060606060606060606060606060606060606
  545.     0606060606060606060606060606060606060606060606060606060606060606
  546.     0606060606060606060606060606060606060606060606060606060606060606
  547.     060601040C040C06060606060606060606060606060606060606060606060606
  548.     0606060606060606060606060606060606060606060606060606060606060606
  549.     0606060606060606060606060606060606060606060606060606060606060606
  550.     06060606060606060606060606060606060606060606060606060D0D0C060606
  551.     0606060606060606060606060606060606060606060606060606060606060606
  552.     0606060606060606060606060606060606060606060606060606060606060606
  553.     0606060606060606060606060606060606060606060606060606060606060606
  554.     0606060606060606060606060606060606060606060606060606060606060606
  555.     0606060606060606060606060606060606060606060606060606060606060606
  556.     0606060606060606060606060606060606060606060606060606060606060606
  557.     0606060606060606060606060606060606060606060606060606060606060606
  558.     0606060606060606060606060606060606060606060606060606060606060606
  559.     0606060606060606060606060606060606060606060606060606060606060606
  560.     0606060606060606060606060606060606060606060606060606060606060606
  561.     0606060606060606060606060606060606060606060606060606060606060606
  562.     0606060606060606060606060606060606060606060606060606060606060606
  563.     0606060606060606060606060606060606060606060606060606060606060606
  564.     0606060606060606060606060606060606060606060606060606060606060606
  565.     0606060606060606060606060606060606060606060606060606060606060606
  566.     0606060606060606060606060606060606060606060606060606060606060606
  567.     0606060606060606060606060606060606060606060606060606060606060606
  568.     0606060606060606060606060606060606060606060606060606060606060606
  569.     0606060606060606060606060606060606060606060606060606060606060606
  570.     0606060606060606060606060606060606060606060606060606060606060606
  571.     0606060606060606060606060606060606060606060606060606060606060606
  572.     0606060606060606060606060606060606060606060606060606060606060606
  573.     0606060606060606060606060606060606060606060606060606060606060606
  574.     0606060606060606060606060606060606060606060606060606060606060606
  575.     0606060606060606060606060606060606060606060606060606060606060606
  576.     0606060606060606060606060606060606060606060606060606060606060606
  577.     0606060606060606060606060606060606060606060606060606060606060606
  578.     0606060606060606060606060606060606060606060606060606060606060606
  579.     0606060606060606060606060606060606060606060606060606060606060606
  580.     0606060606060606060606060606060606060606060606060606060606060606
  581.     0606060606060606060606060606060606060606060606060606060606060606
  582.     0606060606060606060606060606060606060606060606060606060606060606
  583.     0606060606060606060606060606060606060606060606060606060606060606
  584.     0606060606060606060606060606060606060606060606060606060606060606
  585.     0606060606060606060606060606060606060606060606060606060606060606
  586.     0606060606060606060606060606060606060606060606060606060606060606
  587.     0606060606060606060606060606060606060606060606060606060606060606
  588.     0606060606060606060606060606060606060606060606060606060606060606
  589.     0606060606060606060606060606060606060606060606060606060606060606
  590.     0606060606060606060606060606060606060606060606060606060606060606
  591.     0606060606060606060606060606060606060606060606060606060606060606
  592.     0606060606060606060606060606060606060606060606060606060606060606
  593.     0606060606000006060606060606060606060606060606060606060606060606
  594.     0606060606060606060606060606060606060606060606060606060606060606
  595.     0606060606060606060606060606060606060606060606060606060606060606
  596.     06060606060606060606060606060606060606060606060606060600000C0C00
  597.     0006060606060606060606060606060606060606060606060606060606060606
  598.     0606060606060606060606060606060606060606060606060606060606060606
  599.     0606060606060606060606060606060606060606060606060606060606060606
  600.     060606060606060606060606060606060600000C0C0707000C0C000606060606
  601.     0606060606060606060606060606060606060606060606060606060606060606
  602.     0606060606060606060606060606060606060606060606060606060606060606
  603.     0606060606060606060606060606060606060606060606060606060606060606
  604.     0606060606060600000C0C0000070707070C0C00000606060606060606060606
  605.     0606060606060606060606060606060606060606060606060606060606060606
  606.     0606060606060606060606060606060606060606060606060606060606060606
  607.     060606060606060606060606060606060606060606060606060606060600000C
  608.     0C0707000C0C00070707070C0C00000606060606060606060606060606060606
  609.     0606060606060606060606060606060606060606060606060606060606060606
  610.     0606060606060606060606060606060606060606060606060606060606060606
  611.     0606060606060606060606060606060606060600000C0C07070C0C0C0C0C0C07
  612.     07070707070C0C00000606060606060606060606060606060606060606060606
  613.     0606060606060606060606060606060606060606060606060606060606060606
  614.     0606060606060606060606060606060606060606060606060606060606060606
  615.     06060606060606060600000C0C07070C0C0C0C0C0C070707071313070707070C
  616.     0C00000606060606060606060606060606060606060606060606060606060606
  617.     0606060606060606060606060606060606060606060606060606060606060606
  618.     0606060606060606060606060606060606060606060606060606060606060606
  619.     000C0C07070C0007070C0C07070707131313131313070707070C0C0006060606
  620.     0606060606060606060606060606060606060606060606060606060606060606
  621.     0606060606060606060606060606060606060606060606060606060606060606
  622.     060606060606060606060606060606060606060606060606130707070707070C
  623.     0C07070707131313131313131313130700000C00060606060606060606060606
  624.     0606060606060606060606060606060606060606060606060606060606060606
  625.     0606060606060606060606060606060606060606060606060606060606060606
  626.     0606060606060606060606060606060606131307070707070707071313131313
  627.     1313131313131313131313060606060606060606060606060606060606060606
  628.     0606060606060606060606060606060606060606060606060606060606060606
  629.     0606060606060606060606060606060606060606060606060606060606060606
  630.     0606060606060606060606131307071313131313131313131313131313131310
  631.     1006060606060606060606060606060606060606060606060606060606060606
  632.     0606060606060606060606060606060606060606060606060606060606060606
  633.     0606060606060606060606060000060606060606060606060606060606060606
  634.     0606060606131307071313131313131313131313131010060606060606060606
  635.     0606060606060606060606060606060606060606060606060606060606060606
  636.     0606060606060606060606060606060606060606060606060606060606060606
  637.     060600000C0C0000060606060606060606060606060606060606060606060613
  638.     1307071313131313131313101006060606060606060606060606060606060606
  639.     0606060606060606060606060606060606060606060606060606060606060606
  640.     06060606060606060606060606060606060606060606060600000C0C0707000C
  641.     0C00060606060606060606060606060606060606060606060613130707131313
  642.     1310100606060606060606060606060606060606060606060606060606060606
  643.     0606060606060606060606060606060606060606060606060606060606060606
  644.     060606060606060606060606060600000C0C0000070707070C0C000006060606
  645.     0606060606060606060606060606060606060613130007101006060606060606
  646.     0606060606060606060606060606060606060606060606060606060606060606
  647.     0606060606060606060606060606060606060606060606060606060606060606
  648.     0606060600000C0C0707000C0C00070707070C0C000006060606060606060606
  649.     0606060606060606060606060613130606060606060606060606060606060606
  650.     0606060606060606060606060606060606060606060606060606060606060606
  651.     060606060606060606060606060606060606060606060606060600000C0C0707
  652.     0C0C0C0C0C0C0707070707070C0C000006060606060606060606060606060606
  653.     0606060606060606060606060606060606060606060606060606060606060606
  654.     0606060606060606060606060606060606060606060606060606060606060606
  655.     0606060606060606060606060606060600000C0C07070C0C0C0C0C0C07070707
  656.     1313070707070C0C000006060606060606060606060606060606060606060606
  657.     0606060606060606060606060606060606060606060606060606060606060606
  658.     0606060606060606060606060606060606060606060606060606060606060606
  659.     06060606060606000C0C07070C0007070C0C0707070713131313131307070707
  660.     0C0C000606060606060606060606060606060606060606060606060606060606
  661.     0606060606060606060606060606060606060606060606060606060606060606
  662.     0606060606060606060606060606060606060606060606060606060606060613
  663.     0707070707070C0C07070707131313131313131313130700000C000606060606
  664.     0606060606060606060606060606060606060606060606060606060606060606
  665.     0606060606060606060606060606060606060606060606060606060606060606
  666.     0606060606060606060606060606060606060606060606061313070707070707
  667.     0707131313131313131313131313131313130606060606060606060606060606
  668.     0606060606060606060606060606060606060606060606060606060606060606
  669.     0606060606060606060606060606060606060606060606060606060606060606
  670.     0606060606060606060606060606060606061313070713131313131313131313
  671.     1313131313131010060606060606060606060606060606060606060606060606
  672.     0606060606060606060606060606060606060606060606060606060606060606
  673.     0606060606060606060606060606060606060606060606060606060606060606
  674.     0606060606060606060606061313070713131313131313131313131310100606
  675.     0606060606060606060606060606060606060606060606060606060606060606
  676.     0606060606060606060606060606060606060606060606060606060606060606
  677.     0606060606060606060606060606060606060606060606060606060606060606
  678.     0606060606061313070713131313131313131010060606060606060606060606
  679.     0606060606060606060606060606060606060606060606060606060606060606
  680.     0606060606060606060606060606060606060606060606060606060606060606
  681.     0606060606060606060606060606060606060606060606060606060606060606
  682.     1313070713131313101006060606060606060606060606060606060606060606
  683.     0606060606060606060606060606060606060606060606060606060606060606
  684.     0606060606060606060606060606060606060606060606060606060606060606
  685.     0606060606060606060606060606060606060606060606060606131300071010
  686.     0606060606060606060606060606060606060606060606060606060606060606
  687.     0606060606060606060606060606060606060606060606060606060606060606
  688.     0606060606060606060606060606060606060606060606060606060606060606
  689.     0606060606060606060606060606060606060606131306060606060606060606
  690.     0606060606060606060606060606060606060606060606060606060606060606
  691.     0606060606060606060606060606060606060606060606060606060606060606
  692.     0606060606060606060606060606060606060606060606060606060606060606
  693.     0606060606060606060606060606060606060606060606060606060606060606
  694.     0606060606060606060606060606060606060606060606060606060606060606
  695.     0606060606060606060606060606060606060606060606060606060606060606
  696.     0606060606060606060606060606060606060606060606060606060606060606
  697.     0606060606060606060606060606060606060606060606060606060606060606
  698.     0606060606060606060606060600000606060606060606060606060606060606
  699.     0606060606060606060606060606060606060606060606060606060606060606
  700.     0606060606060606060606060606060606060606060606060606060606060606
  701.     0606060606060606060606060606060606060606060606060606060606060606
  702.     06060600000C0C00000606060606060606060606060606060606060606060606
  703.     0606060606060606060606060606060606060606060606060606060606060606
  704.     0606060606060606060606060606060606060606060606060606060606060606
  705.     0606060606060606060606060606060606060606060606060600000C0C070700
  706.     0C0C000606060606060606060606060606060606060606060606060606060606
  707.     0606060606060606060606060606060606060606060606060606060606060606
  708.     0606060606060606060606060606060606060606060606060606060606060606
  709.     06060606060606060606060606060600000C0C0000070707070C0C0000060606
  710.     0606060606060606060606060606060606060606060606060606060606060606
  711.     0606060606060606060606060606060606060606060606060606060606060606
  712.     0606060606060606060606060606060606060606060606060606060606060606
  713.     060606060600000C0C0707000C0C00070707070C0C0000060606060606060606
  714.     0606060606060606060606060606060606060606060606060606060606060606
  715.     0606060606060606060606060606060606060606060606060606060606060606
  716.     06060606060606060606060606060606060606060606060606060600000C0C07
  717.     070C0C0C0C0C0C0707070707070C0C0000060606060606060606060606060606
  718.     0606060606060606060606060606060606060606060606060606060606060606
  719.     0606060606060606060606060606060606060606060606060606060606060606
  720.     060606060606060606060606060606060600000C0C07070C0C0C0C0C0C070707
  721.     071313070707070C0C0000060606060606060606060606060606060606060606
  722.     0606060606060606060606060606060606060606060606060606060606060606
  723.     0606060606060606060606060606060606060606060606060606060606060606
  724.     0606060606060606000C0C07070C0007070C0C07070707131313131313070707
  725.     070C0C0006060606060606060606060606060606060606060606060606060606
  726.     0606060606060606060606060606060606060606060606060606060606000000
  727.     0000000000000606060606060606060606060606060606060606060606060606
  728.     130707070707070C0C07070707131313131313131313130700000C0006060606
  729.     0606060606060606060606060606060606060606060606060606060606060606
  730.     06060606060606060606060606060606060613070707070707070F0F0F0F0000
  731.     0006060606060606060606060606060606060606060606060613130707070707
  732.     0707071313131313131313131313131313131306060606060606060606060606
  733.     0606060606060606060606060606060606060606060606060606060606060606
  734.     0606060606060606070C07130707070707070F0F0F1212121200000606060606
  735.     0606060606060606060606060606060606060613130707131313131313131313
  736.     1313131313131310100606060606060606060606060606060606060606060606
  737.     0606060606060606060606060606060606060606060606060606060606060C07
  738.     0C070C071307070707070F0F0F1212120E0E0E00000606060606060606060606
  739.     0606060606060606060606060613130707131313131313131313131313101006
  740.     0606060606060606060606060606060606060606060606060606060606060606
  741.     0606060606060606060606060606060606060606060C070C070C070C07130707
  742.     07070F0F1212120E0E0E0E070700060606060606060606060606060606060606
  743.     0606060606060613130707131313131313131310100606060606060606060606
  744.     0606060606060606060606060606060606060606060606060606060606060606
  745.     0606060606060606060606060C070C070C070C070C07130707070F0F12120E0E
  746.     0E07070712120006060606060606060606060606060606060606060606060606
  747.     0613130707131313131010060606060606060606060606060606060606060606
  748.     0606060606060606060606060606060606060606060606060606060606060606
  749.     06060606070C070C070C070C070C071307070F12120E0E0E0712121207070006
  750.     0606060606060606060606060606060606060606060606060606061313000710
  751.     1006060606060606060606060606060606060606060606060606060606060606
  752.     0606060606060606060606060606060606060606060606060606060707070707
  753.     0C070C070C070C0713070F120E0E121212070707070707000606060606060606
  754.     0606060606060606060606060606060606060606061313060606060606060606
  755.     0606060606060606060606060606060606060606060606060606060606060606
  756.     06060606060606060606060606060606060606070707070707070707070C070C
  757.     0000000C12120707070707070707070006060606060606060606060606060606
  758.     0606060606060606060606060606060606060606060606060606060606060606
  759.     0606060606060606060606060606060606060606060606060606060606060606
  760.     0606060606060606060606070707070707070707070707000606060007070707
  761.     0707070707070700060606060606060606060606060606060606060606060606
  762.     0606060606060606060606060606060606060606060606060606060606060606
  763.     0606060606060606060606060606060606060606060606060606060606060606
  764.     0606060707070707070707070712120C0000000C070C07070707070707070700
  765.     0606060606060606060606060606060606060606060606060606060606060606
  766.     0606060606060606060606060606060606060606060606060606060606060606
  767.     0606060606060606060606060606060606060606060606060606060707070707
  768.     07071212120E0E120F0713070C070C070C070C07070707000606060606060606
  769.     0606060606060606060606060606060606060606060606060606060606060606
  770.     0606060606060606060606060606060606060606060606060606060606060606
  771.     0606060606060606060606060606060606060606070707121212070E0E0E1212
  772.     0F070713070C070C070C070C070C000606060606060606060606060606060606
  773.     0606060606060606060606060606060606060606060606060606060606060606
  774.     0606060606060606060606060606060606060606060606060606060606060606
  775.     0606060606060606060606060712120707070E0E0E12120F0F07070713070C07
  776.     0C070C070C070006060606060606060606060606060606060606060606060606
  777.     0606060606060606060606060606060606060606060606060606060606060606
  778.     0606060606060606060606060606060606060606060606060606060606060606
  779.     06060606060707070E0E0E0E1212120F0F0707070713070C070C070C07000606
  780.     0606060606060606060606060606060606060606060606060606060606060606
  781.     0606060606060606060606060606060606060606060606060606060606060606
  782.     060606060606060606060606060606060606060606060606060606060606070E
  783.     0E0E0E1212120F0F0F070707070713070C070C00000606060606060606060606
  784.     0606060606060606060606060606060606060606060606060606060606060606
  785.     0606060606060606060606060606060606060606060606060606060606060606
  786.     0606060606060606060606060606060606060606060606060E0E121212120F0F
  787.     0F07070707070713070000060606060606060606060606060606060606060606
  788.     0606060606060606060606060606060606060606060606060606060606060606
  789.     0606060606060606060606060606060606060606060606060606060606060606
  790.     0606060606060606060606060606060606061212120F0F0F0F07070707070707
  791.     0706060606060606060606060606060606060606060606060606060606060000
  792.     0606060606060606060606060606060606060606060606060606060606060606
  793.     0606060606060606060606060606060606060606060606060606060606060606
  794.     060606060606060606060606060F0F0F0F070707070706060606060606060606
  795.     060606060606060606060606060606060606060600000C0C0000060606060606
  796.     0606060606060606060606060606060606060606060606060606060606060606
  797.     0606060606060606060606060606060606060606060606060606060606060606
  798.     0606060606060606060606060606060606060606060606060606060606060606
  799.     0606060606060606060600000C0C0707000C0C00060606060606060606060606
  800.     0606060606060606060606060606060606060606060606060606060606060606
  801.     0606060606060606060606060606060606060606060606060606060606060606
  802.     0606060606060606060606060606060606060606060606060606060606060606
  803.     00000C0C0000070707070C0C0000060606060606060606060606060606060606
  804.     0606060606060606060606060606060606060606060606060606060606060606
  805.     0606060606060606060606060606060606060606060606060606060606060606
  806.     0606060606060606060606060606060606060606060600000C0C0707000C0C00
  807.     070707070C0C0000060606060606060606060606060606060606060606060606
  808.     0606060606060606060606060606060606060606060606060606060606060606
  809.     0606060606060606060606060606060606060606060606060606060606060606
  810.     06060606060606060606060600000C0C07070C0C0C0C0C0C0707070707070C0C
  811.     0000060606060606060606060606060606060606060606060606060606060606
  812.     0606060606060606060606060606060606060606060606060606060606060606
  813.     0606060606060606060606060606060606060606060606060606060606060606
  814.     060600000C0C07070C0C0C0C0C0C070707071313070707070C0C000006060606
  815.     0606060606060606060606060606060606060606060606060606060606060606
  816.     0606060606060606060606060606060606060606060606060606060606060606
  817.     06060606060606060606060606060606060606060606060606000C0C07070C00
  818.     07070C0C07070707131313131313070707070C0C000606060606060606060606
  819.     0606060606060606060606060606060606060606060606060606060606060606
  820.     0606060606060606060606060606060606060606060606060606060606060606
  821.     0606060606060606060606060606060606130707070707070C0C070707071313
  822.     13131313131313130700000C0006060606060606060606060606060606060606
  823.     0606060606060606060606060606060606060606060606060606060606060606
  824.     0606060606060606060606060606060606060606060606060606060606060606
  825.     0606060606060606060613130707070707070707131313131313131313131313
  826.     1313131306060606060606060606060606060606060606060606060606060606
  827.     0606060606060606060606060606060606060606060606060606060606060606
  828.     0606060606060606060606060606060606060606060606060606060606060606
  829.     0606060613130707131313131313131313131313131313131010060606060606
  830.     0606060606060606060606060606060606060606060606060606060606060606
  831.     0606060606060606060606060606060606060606060606060606060606060606
  832.     0606060606060606060606060606060606060606060606060606060606061313
  833.     0707131313131313131313131313101006060606060606060606060606060606
  834.     0606060606060606060606060606060606060606060606060606060606060606
  835.     0606060606060606060606060606060606060606060606060000000000060606
  836.     0606060606060606060606060606060606060606060606061313070713131313
  837.     1313131310100C0C000006060606060606060606060606060606060606060606
  838.     0606060606060606060606060606060606060606060606060606060606060606
  839.     0606060613000606060606060606000013130C0C0C0000060606060606060606
  840.     060606060606060606060606060600000C0C1313000713131313101007070707
  841.     0C0C000006060606060606060606060606060606060606060606060606060606
  842.     0606060606060606060606060606060606060606060606060606060613070006
  843.     060606060000131313130C0C0C0C0C0000060606060606060606060606060606
  844.     0606060600000C0C0707000C0C131307071010070713070707070C0C00000606
  845.     0606060606060606060606060606060606060606060606060606060606060606
  846.     0606060606060606060606060606060606060606130707000606000013131313
  847.     131313130C0C0C0C0C000006060606060606060606060606060606000C0C0707
  848.     0C0007070C0C13130707131313131313070707070C0C00060606060606060606
  849.     0606060606060606060606060606060606060606060606060606060606060606
  850.     0606060606060606060606061307070700001313131313131313131313130C0C
  851.     0C0C0C00000606060606060606060606060606130707070707070C0C07070707
  852.     131313131313131313130700000C000606060606060606060606060606060606
  853.     0606060606060606060606060606060606060606060606060606060606060606
  854.     0606060613070707070C0C0C1313131313131313131313130C0C0C0C0C000006
  855.     0606060606060606060606061313070707070707070713131313131313131313
  856.     1313131313130606060606060606060606060606060606060606060606060606
  857.     0606060606060606060606060606060606060606060606060606060600130707
  858.     070C07070C0C1313131313131313131313130C0C0C0C0C000006060606060606
  859.     0606060606061313070713131313131313131313131313131313101006060606
  860.     0606060606060606060606060606060606060606060606060606060606060606
  861.     060606060606060606060606060606060606000005130707070C070707070C0C
  862.     1313131313131313131313130C0C0C0C0C000006060606060606060606060606
  863.     1313070713131313131313131313131310100606060606060606060606060606
  864.     0606060606060606060606060606060606060606060606060606060606060606
  865.     06060606060606060000050505051307070C0707070707070C0C131313131313
  866.     1313131313130C0C0C0C0C000006060606060606060606060606131307071313
  867.     1313131313131010060606060606060606060606060606060606060606060606
  868.     0606060606060606060606060606060606060606060606060606060606060000
  869.     0C0C050505051307070C07070707070707070C0C131313131313131313131313
  870.     0C0C0C0C0C000006060606060606060606060606131307071313131310100606
  871.     0606060606060606060606060606060606060606060606060606060606060606
  872.     060606060606060606060606060606060606060600000C0C0707050505050713
  873.     070C070707070707070707070C0C1313131313131313131313130C0C0C0C0C00
  874.     0006060606060606060606060606131300071010060606060606060606060606
  875.     0606060606060606060606060606060606060606060606060606060606060606
  876.     0606060606060606060600000C0C07070707050505050713070C070707070707
  877.     0707070707070C0C1313131313131313131313130C0C0C0C0C00000606060606
  878.     0606060606060606131306060606060606060606060606060606060606060606
  879.     0606060606060606060606060606060606060606060606060606060606060606
  880.     00000C0C070707070707050505050707130C0707070707070707070707070707
  881.     0C0C1313131313131313131313130C0C0C0C0C00060606060606060606060606
  882.     0606060606060606060606060606060606060606060606060606060606060606
  883.     0606060606060606060606060606060606060606060600000C0C070707070707
  884.     0707050505050707130C070707070707070707070707070707070C0C13131313
  885.     13131313131313130C0C0C0C0606060606060606060606060606060606060606
  886.     0606060606060606060606060606060606060606060606060606060606060606
  887.     06060606060606060606060600000C0C07070707070707070707050505050707
  888.     13130707070707070707070707070707070707070C0C1313131313131313130C
  889.     0C060C0C06060606060606060606060606060606060606060606060606060606
  890.     0606060606060606060606060606060606060606060606060606060606060606
  891.     060600000C0C0707070707070707070707070505050513131313131313070707
  892.     07070707070707070707070707070C0C13131313130C0C06060606060C060606
  893.     0606060606060606060606060606060606060606060606060606060606060606
  894.     06060606060606060606060606060606060606060606060600000C0C07070707
  895.     0707070707070707070705050505131313131313131313070707070707070707
  896.     07070707070707070C0C130C0C06060606060606060606060606060606060606
  897.     0606060606060606060606060606060606060606060606060606060606060606
  898.     060606060606060606060606060600000C0C0707070707070707070707070707
  899.     0707050505050505131313131313131313070707070707070707070707070707
  900.     07070C0000000000000000060606060606060606060606060606060606060606
  901.     0606060606060606060606060606060606060606060606060606060606060606
  902.     0606060600000C0C070707070707070707070707070707071313050505050505
  903.     050513131313131313131307070707070707070707070707070C0C0707070707
  904.     0707000606060606060606060606060606060606060606060606060606060606
  905.     060606060606060606060606060606060606060606060606060600000C0C0707
  906.     0707070707070707070707070707131313131313050505050505050513131313
  907.     1313131313070707070707070707070C0C0C0C07070707070707000606060606
  908.     0606060606060606060606060606060606060606060606060606060606060606
  909.     0606060606060606060606060606060606060C0C070707070707070707070707
  910.     0707070713131313131313131313050505050505050513131313131313131307
  911.     07070707070C0C0C0C0C0C070707070707070006060606060606060606060606
  912.     0606060606060606060606060606060606060606060606060606060606060606
  913.     0606060606060606060607070707070707070707070707070707131313131313
  914.     1313131313131313050505050505050513131313131313131307070C0C0C0C0C
  915.     0C0C0C0707070707070700060606060606060606060606060606060606060606
  916.     0606060606060606060606060606060606060606060606060606060606060606
  917.     0606070707070707070707070707070713131313131313131313131313131313
  918.     131305050505050505051313131313131313130C0C0C0C0C0C0C0C0707070707
  919.     0713060606060606060606060606060606060606060606060606060606060606
  920.     0606060606060606060606060606060606060606060606060606070707070707
  921.     0707070707071313131313131313131313131313131313131313131305050505
  922.     050505051313131313131313130C0C0C0C0C0C07070707071306060606060606
  923.     0606060606060606060606060606060606060606060606060606060606060606
  924.     0606060606060606060606060606060606060707070707070707070713131313
  925.     1313131313131313131313131313131313131313131305050505050505051313
  926.     131313131313130C0C0C0C070707071306060606060606060606060606060606
  927.     0606060606060606060606060606060606060606060606060606060606060606
  928.     0606060606060606060607070707070707071313131313131313131313131313
  929.     1313131313131313131313131313131305050505050505051313131313131313
  930.     130C0C0707071306060606060606060606060606060606060606060606060606
  931.     0606060606060606060606060606060606060606060606060606060606060606
  932.     0606070707070707131313131313131313131313131313131313131313131313
  933.     1313131313131313131305050505050505051313131313131313131313130606
  934.     0606060606060606060606060606060606060606060606060606060606060606
  935.     0606060606060606060606060606060606060606060606060606070707071313
  936.     1313131313131313131313131313131313131313131313131313131313131313
  937.     1313131305050505050505051313131313130606060606060606060606060606
  938.     0606060606060600000006060606060606060606060606060606060606060606
  939.     0606060606060606060606060606060606060707131313131313131313131313
  940.     1313131313131313131313131313131313131313131313131313131313130505
  941.     050505050505131306060606060606060606060606060606060606060600000C
  942.     0C0C000006060606060606060606060606060606060606060606060606060606
  943.     0606060606060606060613131313131313131313131313131313131313131313
  944.     1313131313131313131313131313131313131313131313130505050505050606
  945.     0606060606060606060606060606060606060600000C0C070C0C0C0C00000606
  946.     0606060606060606060606060606060606060606060606060606060606060606
  947.     0606060613131313131313131313131313131313131313131313131313131313
  948.     1313131313131313131313131313131313130505060606060606060606060606
  949.     06060606060606060600000C0C0707070C0C0C0C0C0C00000606060606060606
  950.     0606060606060606060606060606060606060606060606060606060606061313
  951.     1313131313131313131313131313131313131313131313131313131313131313
  952.     1313131313131313131306060606060606060606060606060606060606060600
  953.     000C0C07070707070C0C0C0C0C0C0C0C00000606060606060606060606060606
  954.     0606060606060606060606060606060606060606060606061313131313131313
  955.     1313131313131313131313131313131313131313131313131313131313131313
  956.     06060606060606060606060606060606060606060600000C0C07070707070707
  957.     0C0C0C0C0C0C0C0C0C0C00000606060606060606060606060606060606060606
  958.     0606060606060606060606060606060606061313131313131313131313131313
  959.     1313131313131313131313131313131313131313131306060606060606060606
  960.     060606060606060606060600000C0C0707070707070707070C0C0C0C0C0C0C0C
  961.     0C0C0C0C00000606060606060606060606060606060606060606060606060606
  962.     0606060606060606060606061313131313131313131313131313131313131313
  963.     1313131313131313131313130606060606060606060606060606060606060606
  964.     0600000C0C07070707070707070707070C0C0C0C0C0C0C0C0C0C0C0C0C0C0000
  965.     0606060606060606060606060606060606060606060606060606060606060606
  966.     0606060606061313131313131313131313131313131313131313131313131313
  967.     131306060606060606060606060606060606060606060600000C0C0707070707
  968.     07070707070707070C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000060606060606
  969.     0606060606060606060606060606060606060606060606060606060606060606
  970.     1313131313131313131313131313131313131313131313130606060606060606
  971.     0606060606060606060606060600000C0C070707070707070707070707070707
  972.     0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000060606060606060606060606
  973.     0606060606060606060606060606060606060606060606060606131313131313
  974.     1313131313131313131313131313060606060606060606060606060606060606
  975.     06060600000C0C07070707070707070707070707070707070C0C0C0C0C0C0C0C
  976.     0C0C0C0C0C0C0C0C0C0C0C0C0000060606060606060606060606060606060606
  977.     0606060606060606060606060606060606060606131313131313131313131313
  978.     1313131306060606060606060606060606060606060606060600000C0C070707
  979.     070707070707070707070707070707070C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
  980.     0C0C0C0C0C0C0000060606060606060606060606060606060606060606060606
  981.     0606060606060606060606060606131313131313131313131313060606060606
  982.     06060606060606060606060606060600000C0C07070707070707070707070707
  983.     07131307070707070C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
  984.     0000060606060606060606060606060606060606060606060606060606060606
  985.     0606060606060606131313131313131306060606060606060606060606060606
  986.     060606060600000C0C070707070707070707070707070713130C0C0707070707
  987.     0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000006060606
  988.     0606060606060606060606060606060606060606060606060606060606060606
  989.     06061313131306060606060606060606060606060606060606060600000C0C07
  990.     0707070707070707070707070713130C0C070707070707070C0C0C0C0C0C0C0C
  991.     0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000006060606060606060606
  992.     0606060606060606060606060606060606060606060606060606060606060606
  993.     060606060606060606060606060606060600000C0C0707070707070707070707
  994.     07070713130C0C0707070707070707130C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
  995.     0C0C0C0C0C0C0C0C0C0C0C0C0C0C000006060606060606060606060606060606
  996.     0606060606060606060606060606060606060606060606060606060606060606
  997.     0606060606060600000C0C070707070707070707070707070713130C0C070707
  998.     070707070713130707070C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
  999.     0C0C0C0C0C0C0C0C000006060606060606060606060606060606060606060606
  1000.     060606060606060606060606060606060606060606060606060606060600000C
  1001.     0C070707070707070707070707070713130C0C07070707070707071313070707
  1002.     070707070C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
  1003.     0C00060606060606060606060606060606060606060606060606060606060606
  1004.     0606060606060606060606060606060606060600000C0C070707070707070707
  1005.     070707070707070C0C0707070707070707131307070707070707070707070C0C
  1006.     0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00060606060606
  1007.     0606060606060606060606060606060606060606060606060606060606060606
  1008.     06060606060606060600000C0C07070707070707070707070707070707070707
  1009.     0707070707070713130707070707070707070707070707070C0C0C0C0C0C0C0C
  1010.     0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000606060606060606060606060606
  1011.     0606060606060606060606060606060606060606060606060606060606060600
  1012.     000C0C0707070707070707070707070707070707070707070707070707131307
  1013.     07070707070C0C0C0C0C0C0C0C0C0C0C07070C0C0C0C0C0C0C0C0C0C0C0C0C0C
  1014.     0C0C0C0C0C0C0C0C0C0006060606060606060606060606060606060606060606
  1015.     0606060606060606060606060606060606060606060606130C07070707070707
  1016.     0707070707070707070707070707070707070713130707070707070C0C0C0C0C
  1017.     0C0C0C0C0C0C0C0C0C0C07070C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
  1018.     0C00060606060606060606060606060606060606060606060606060606060606
  1019.     0606060606060606060606060606061307070707070707070707070707070707
  1020.     07070707070707070713130707070707070C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
  1021.     0C0C0C0C07070C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00060606060606
  1022.     0606060606060606060606060606060606060606060606060606060606060606
  1023.     0606060606060613070707070707070707070707070707070707070707070713
  1024.     130707070707070C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0707
  1025.     0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000606060606060606060606060606
  1026.     0606060606060606060606060606060606060606060606060606060606060613
  1027.     07070707070707070707070707070707070707070713130707070707070C0C0C
  1028.     0C0C0C0C0C0C0000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C07070C0C0C0C0C0C
  1029.     0C0C0C0C0C0C0C0C0C0006060606060606060606060606060606060606060606
  1030.     0606060606060606060606060606060606060606060606130707070707070707
  1031.     070707070707070707070713130707070707070C0C0C0C0C0C0C0C0C00000C0C
  1032.     0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C07070C0C0C0C0C0C0C0C0C0C0C0C
  1033.     0C00060606060606060606060606060606060606060606060606060606060606
  1034.     0606060606060606060606060606061307070702020707070707070707070707
  1035.     0713130707070707070C0C0C0C0C0C0C0C0C00000C0C070C0C0C0C00000C0C0C
  1036.     0C0C0C0C0C0C0C0C0C0C0C0C07070C0C0C0C0C0C0C0C0C0C0C00060606060606
  1037.     0606060606060606060606060606060606060606060606060606060606060606
  1038.     06060606060606130707070E0E0707070707070707070713130707070707070C
  1039.     0C0C0C0C0C0C0C0C00000C0C0707070C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C
  1040.     0C0C0C0C0C0C07070C0C0C0C0C0C0C0C0C000606060606060606060606060606
  1041.     0606060606060606060606060606060606060606060606060606060606060613
  1042.     0707070707070707070707070713130707070707070C0C0C0C0C0C0C0C0C0000
  1043.     0C0C07070707070C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
  1044.     07070C0C0C0C0C0C0C0006060606060606060606060606060606060606060606
  1045.     0606060606060606060606060606060606060606060606130707070707070707
  1046.     07070713130707070707070C0C0C0C0C0C0C0C0C00000C0C070707070707070C
  1047.     0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C07070C0C0C0C
  1048.     0C00060606060606060606060606060606060606060606060606060606060606
  1049.     0606060606060606060606060606061307070707070707070713130707070707
  1050.     070C0C0C0C0C0C0C0C0C00000C0C0707070707070707070C0C0C0C0C0C0C0C0C
  1051.     000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C07070C0C0C00060606060606
  1052.     0606060606060606060606060606060606060606060606060606060606060606
  1053.     06060606060606130707070707070713130707070707070C0C0C0C0C0C0C0C0C
  1054.     00000C0707070707070707070707070C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C
  1055.     0C0C0C0C0C0C0C0C0C0C0C0C0C0C070700000606060606060606060606060606
  1056.     0606060606060606060606060606060606060606060606060606060606060613
  1057.     070707070713130707070707070C0C0C0C0C0C0C0C0C00000C0C070707070202
  1058.     070707070707070C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
  1059.     0C0C0C0C0C0C0000060606060606060606060606060606060606060606060606
  1060.     0606060606060606060606060606060606060606060606130707071313070707
  1061.     0707070C0C0C0C0C0C0C0C0C00000C0C0707070707070E0E070707070707070C
  1062.     0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000606
  1063.     0606060606060606060606060606060606060606060606060606060606060606
  1064.     060606060606060606060606060606130713130707070707070C0C0C0C0C0C0C
  1065.     0C0C00000C0C07070707070707070707071307070707070C0C0C0C0C0C0C0C0C
  1066.     0000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000060606060606060606060606
  1067.     0606060606060606060606060606060606060606060606060606060606060606
  1068.     0606060606060613130707070707070C0C0C0C0C0C0C0C0C00000C0C07070707
  1069.     0707070707070713131007070707070C0C0C0C0C0C0C0C0C000C0C00000C0C0C
  1070.     0C0C0C0C0C0C0C0C000006060606060606060606060606060606060606060606
  1071.     0606060606060606060606060606060606060606060606060606060606060606
  1072.     061313070707070C0C0C0C0C0C0C00000C0C0707070707070707070707131310
  1073.     101007070707070C0C0C0C0C0C0C0C0C000C0C0C0C00000C0C0C0C0C0C0C0000
  1074.     0606060606060606060606060606060606060606060606060606060606060606
  1075.     0606060606060606060606060606060606060606060606060606061313070707
  1076.     070C0C0C00000C0C07070707070707070707071313101010101007070707070C
  1077.     0C0C0C0C0C0C0C0C000C0C0C0C0C0C00000C0C0C000006060606060606060606
  1078.     0606060606060606060606060606060606060606060606060606060606060606
  1079.     060606060606060606060606060606060606060606131307070700000C0C0707
  1080.     07070707070707070713131010101010101007070707070C0C0C0C0C0C0C0C0C
  1081.     00000C0C0C0C0C0C0C0000000606060606060606060606060606060606060606
  1082.     0606060606060606060606060606060606060606060606060606060606060606
  1083.     0606060606060606060606060606061300000C0C070707070707070707070713
  1084.     1310101010101010101007070707070C0C0C0C0C0C0C0C0C000C000C0C0C0C0C
  1085.     0C0C0C0000060606060606060606060606060606060606060606060606060606
  1086.     0606060606060606060606060606060606060606060606060606060606060606
  1087.     06060606060600000C0C07070707070707070707071313101010101010101010
  1088.     101007070707070C0C0C0C0C0C0C0C0C000C0C000C0C0C0C0C0C0C0C0C000006
  1089.     0606060606060606060606060606060606060606060606060606060606060606
  1090.     0606060606060606060606060606060606060606060606060606060600000C0C
  1091.     070707070707070707070713131010101010101010101010101007070707070C
  1092.     0C0C0C0C0C0C0C0C000C0C0C000C0C0C0C0C0C0C0C0C0C000006060606060606
  1093.     0606060606060606060606060606060606060606060606060606060606060606
  1094.     0606060606060606060606060606060606060606130C07070707070707070707
  1095.     07131310101010101010101010101010101007070707070C0C0C0C0C0C0C0C0C
  1096.     000C0C0C0C000C0C0C0C0C0C0C0C0C0C0C000006060606060606060606060606
  1097.     0606060606060606060606060606060606060606060606060606060606060606
  1098.     0606060606060606060606061307070707070707070707131310101010101010
  1099.     1010101010101010101007070707070C0C0C0C0C0C0C0C0C000C0C0C0C0C000C
  1100.     0C0C0C0C0C0C0C0C0C0C0C000606060606060606060606060606060606060606
  1101.     0606060606060606060606060606060606060606060606060606060606060606
  1102.     0606060613070707070707070713131010101010101000001010101010101010
  1103.     101007070707070C0C0C0C0C0C0C0C0C000C0C0C0C0C0C000C0C0C0C0C0C0C0C
  1104.     0C0C0C0006060606060606060606060606060606060606060606060606060606
  1105.     0606060606060606060606060606060606060606060606060606060613070707
  1106.     070707131310101010101010000013001010101010101010101007070707070C
  1107.     0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C0C0006060606
  1108.     0606060606060606060606060606060606060606060606060606060606060606
  1109.     0606060606060606060606060606060606060606130707070713131010101010
  1110.     10100000131313001010101010101010101007070707070C0C0C0C0C0C0C0C0C
  1111.     000C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C00060606060606060606060606
  1112.     0606060606060606060606060606060606060606060606060606060606060606
  1113.     06060606060606060606060613070707070C1010101010100000131313131300
  1114.     1010100000101010101007070707070C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C
  1115.     0C0C000C0C0C0C0C0C0C0C000606060606060606060606060606060606060606
  1116.     0606060606060606060606060606060606060606060606060606060606060606
  1117.     0606060613070707070C101010100C0013131313131313001000000700101010
  1118.     101007070707070C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C0C000C0C0C0C
  1119.     0C0C0C0006060606060606060606060606060606060606060606060606060606
  1120.     0606060606060606060606060606060606060606060606060606060613070707
  1121.     070C101010100C1313131313101313000007070700101010101007070707070C
  1122.     0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0006060606
  1123.     0606060606060606060606060606060606060606060606060606060606060606
  1124.     060606060606060606060606060606060606060613070707070C101010100C13
  1125.     13011313101313000707070700101010101007070707070C0C0C0C0C0C0C0C0C
  1126.     000C0C0C0C0C0C0C0C0C0C0C0C000C0C0C0C0C00060606060606060606060606
  1127.     0606060606060606060606060606060606060606060606060606060606060606
  1128.     06060606060606060606060613070707070C101010100C130D01131313131300
  1129.     0707070700101010101007070707070C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C
  1130.     0C0C0C0C0C0C000C0C0C0C000606060606060606060606060606060606060606
  1131.     0606060606060606060606060606060606060606060606060606060606060606
  1132.     0606060613070707070C101010100C1313131313131307000707070700101010
  1133.     101007070707070C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C0C0C0C0C0C00
  1134.     0C0C0C0006060606060606060606060606060606060606060606060606060606
  1135.     0606060606060606060606060606060606060606060606060606060613070707
  1136.     070C101010100C1313131313070707000707070700101010101007070707070C
  1137.     0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000C0C0006060606
  1138.     0606060606060606060606060606060606060606060606060606060606060606
  1139.     060606060606060606060606060606060606060613070707070C101010100C13
  1140.     1313070707070C000707070700101010101007070707070C0C0C0C0C0C0C0C0C
  1141.     000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000C00060606060606060606060606
  1142.     0606060606060606060606060606060606060606060606060606060606060606
  1143.     06060606060606060606060613070707070C101010100C13070707070C0C0707
  1144.     0707070700101010101007070707070C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C
  1145.     0C0C0C0C0C0C0C0C0C0C00000606060606060606060606060606060606060606
  1146.     0606060606060606060606060606060606060606060606060606060606060606
  1147.     0606060613070707070C101010100C0707070C0C070707070707070C00101010
  1148.     101007070707070C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
  1149.     0C0C0C0006060606060606060606060606060606060606060606060606060606
  1150.     0606060606060606060606060606060606060606060606060606060613070707
  1151.     070C101010100C070C0C100C07070707070C0C1010101010101007070707070C
  1152.     0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00060606
  1153.     0606060606060606060606060606060606060606060606060606060606060606
  1154.     060606060606060606060606060606060606060613070707070C101010100C0C
  1155.     1010100C0707070C0C10101010101010100C07070707070C0C0C0C0C0C0C0C0C
  1156.     000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0006060606060606060606
  1157.     0606060606060606060606060606060606060606060606060606060606060606
  1158.     06060606060606060606060613070707070C1010101010101010100C070C0C10
  1159.     101010101010100C0C0707070707070C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C
  1160.     0C0C0C0C0C0C0C0C0C0C0C0C0C00060606060606060606060606060606060606
  1161.     0606060606060606060606060606060606060606060606060606060606060606
  1162.     0606060613070707070C1010101010101010100C0C10101010101010100C0C07
  1163.     070707070707070C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
  1164.     0C0C0C0C0C000606060606060606060606060606060606060606060606060606
  1165.     0606060606060606060606060606060606060606060606060606060613070707
  1166.     070C10101010101010101010101010101010100C0C070707070707070707070C
  1167.     0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000606
  1168.     0606060606060606060606060606060606060606060606060606060606060606
  1169.     060606060606060606060606060606060606060613070707070C101010101010
  1170.     1010101010101010100C0C0707070707070707070707130C0C0C0C0C0C0C0C0C
  1171.     000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0006060606060606060606
  1172.     0606060606060606060606060606060606060606060606060606060606060606
  1173.     06060606060606060606060613070707070C101010101010101010101010100C
  1174.     0C070707070707070707070713130707070C0C0C0C0C0C0C000C0C0C0C0C0C0C
  1175.     0C0C0C0C0C0C0C0C0C0C0C0C0C00060606060606060606060606060606060606
  1176.     0606060606060606060606060606060606060606060606060606060606060606
  1177.     0606060613070707070C10101010101010101010100C0C070707070707070707
  1178.     07071313070707070707070C0C0C0C0C000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
  1179.     0C0C0C0C0C000606060606060606060606060606060606060606060606060606
  1180.     0606060606060606060606060606060606060606060606060606060613070707
  1181.     070C1010101010101010100C0C07070707070707070707071313070707070707
  1182.     07070707070C0C0C000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000606
  1183.     0606060606060606060606060606060606060606060606060606060606060606
  1184.     060606060606060606060606060606060606060613070707070C101010101010
  1185.     100C0C070707070707070707070713130707070707070707070707070707070C
  1186.     000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0006060606060606060606
  1187.     0606060606060606060606060606060606060606060606060606060606060606
  1188.     06060606060606060606060613070707070C10101010100C0C07070707070707
  1189.     070707071313070707070707070707070707070707070707000C0C0C0C0C0C0C
  1190.     0C0C0C0C0C0C0C0C0C0C0C0C0C00060606060606060606060606060606060606
  1191.     0606060606060606060606060606060606060606060606060606060606060606
  1192.     0606060613070707070C1010100C0C0707070707070707070707131307070707
  1193.     07070707070707070707070707071313070C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
  1194.     0C0C0C0C0C000606060606060606060606060606060606060606060606060606
  1195.     0606060606060606060606060606060606060606060606060606060613070707
  1196.     070C100C0C070707070707070707070713130707070707070707070707070707
  1197.     07070707131307070707070C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000606
  1198.     0606060606060606060606060606060606060606060606060606060606060606
  1199.     060606060606060606060606060606060606060613070707070C0C0707070707
  1200.     0707070707071313070707070707070707070707070707070707131307070707
  1201.     07070707070C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0006060606060606060606
  1202.     0606060606060606060606060606060606060606060606060606060606060606
  1203.     0606060606060606060606061307070707070707070707070707070713130707
  1204.     070707070707070707070707070707071313070707070707070707070707070C
  1205.     0C0C0C0C0C0C0C0C0C0C0C0C0C00060606060606060606060606060606060606
  1206.     0606060606060606060606060606060606060606060606060606060606060606
  1207.     0606060613070707070707070707070707071313070707070707070707070707
  1208.     070707070707131307070707070707070707070707070707070C0C0C0C0C0C0C
  1209.     0C0C0C0C0C000606060606060606060606060606060606060606060606060606
  1210.     0606060606060606060606060606060606060606060606060606060613070707
  1211.     0707070707070707131307070707070707070707070707070707070713130707
  1212.     070707070707070707070707070707070707070C0C0C0C0C0C0C0C0C0C000606
  1213.     0606060606060606060606060606060606060606060606060606060606060606
  1214.     0606060606060606060606060606060606060606130707070707070707071313
  1215.     0707070707070707070707070707070707071313070707070707070707070707
  1216.     070707070707070707070707070C0C0C0C0C0C0C0C0006060606060606060606
  1217.     0606060606060606060606060606060606060606060606060606060606060606
  1218.     0606060606060606060606061307070707070707131307070707070707070707
  1219.     0707070707070707131307070707070707070707070707070707070707070707
  1220.     070707070707070C0C0C0C0C0C00060606060606060606060606060606060606
  1221.     0606060606060606060606060606060606060606060606060606060606060606
  1222.     0606060613070707070713130707070707070707070707070707070707071313
  1223.     0707070707070707070707070707070707070707070707070707070707070707
  1224.     070C0C0C0C000606060606060606060606060606060606060606060606060606
  1225.     0606060606060606060606060606060606060606060606060606060613070707
  1226.     1313070707070707070707070707070707070707131307070707070707070707
  1227.     0707070707070707070707070707070707070707070707070707070C0C000606
  1228.     0606060606060606060606060606060606060606060606060606060606060606
  1229.     0606060606060606060606060606060606060606130713130707070707070707
  1230.     0707070707070707070713130707070707070707070707070707070707070707
  1231.     0707070707070707070707070707070707070713000606060606060606060606
  1232.     0606060606060606060606060606060606060606060606060606060606060606
  1233.     0606060606060606060606061313070707070707070707070707070707070707
  1234.     1313070707070707070707070707070707070707070707070707070707070707
  1235.     0707070707070707071313060606060606060606060606060606060606060606
  1236.     0606060606060606060606060606060606060606060606060606060606060606
  1237.     0606060606061313070707070707070707070707070713130707070707070707
  1238.     0707070707070707070707070707070707070707070707070707070707070713
  1239.     1306060606060606060606060606060606060606060606060606060606060606
  1240.     0606060606060606060606060606060606060606060606060606060606060606
  1241.     1313070707070707070707071313070707070707070707070707070707070707
  1242.     0707070707070707070707070707070707070707071313060606060606060606
  1243.     0606060606060606060606060606060606060606060606060606060606060606
  1244.     0606060606060606060606060606060606060606060606060606131307070707
  1245.     0707131307070707070707070707070707070707070707070707070707070707
  1246.     0707070707070707070707131306060606060606060606060606060606060606
  1247.     0606060606060606060606060606060606060606060606060606060606060606
  1248.     0606060606060606060606060606060606060606131307071313000613131313
  1249.     1307070707070707070707070707070707070707070707070707070707070707
  1250.     0713130606060606060606060606060606060606060606060606060606060606
  1251.     0606060606060606060606060606060606060606060606060606060606060606
  1252.     0606060606060606060606060606131306060606060606060613131313130707
  1253.     0707070707070707070707070707070707070707070707131306060606060606
  1254.     0606060606060606060606060606060606060606060606060606060606060606
  1255.     0606060606060606060606060606060606060606060606060606060606060606
  1256.     0606060606060606060606060606060606060606060613131313130707070707
  1257.     0707070707070707070707070713130606060606060606060606060606060606
  1258.     0606060606060606060606060606060606060606060606060606060606060606
  1259.     0606060606060606060606060606060606060606060606060606060606060606
  1260.     0606060606060606060606060606060606060613131313130707070707070707
  1261.     0707071313060606060606060606060606060606060606060606060606060606
  1262.     0606060606060606060606060606060606060606060606060606060606060606
  1263.     0606060606060606060606060606060606060606060606060606060606060606
  1264.     0606060606060606060606060606060613131313130707070713130606060606
  1265.     0606060606060606060606060606060606060606060606060606060606060606
  1266.     0606060606060606060606060606060606060606060606060606060606060606
  1267.     0606060606060606060606060606060606060606060606060606060606060606
  1268.     0606060606060606060606060613131313060606060606060606060606060606
  1269.     0606060606060606060606060606060606060606060606060606060606060606
  1270.     0606060606060606060606060606060606060606060606060606060606060606
  1271.     0606060606060606060606060606060606060606060606060606060606060606
  1272.     0606060606060606060606060606060606060606060606060606060606060606
  1273.     0606060606060606060606060606060606060606060606060606060606060606
  1274.     0606060606060606060606060606060606060606060606060606060606060606
  1275.     0606060606060606060606060606060606060606060606060606060606060606
  1276.     0606060606060606060606060606060606060606060606060606060606060606
  1277.     0606060606060606060606060606060606060606060606060606060606060606
  1278.     0606060606060606060606060606060606060606060606060606060606060606
  1279.     0606060606060606060606060606060606060606060606060606060606060606
  1280.     0606060606060606060606060606060606060606060606060606060606060606
  1281.     0606060606060606060606060606060606060606060606060606060606060606
  1282.     0606060606060606060606060606060606060606060606060606060606060606
  1283.     0606060606060606060606060606060606060606060606060606060606060606
  1284.     0606060606060606060606060606060606060606060606060606060606060606
  1285.     0606060606060606060606060606060606060606060606060606060606060606
  1286.     0606060606060606060606060606060606060606060606060606060606060606
  1287.     0606060606060606060606060606060606060606060606060606060606060606
  1288.     060606060606}
  1289.   Files = <
  1290.     item
  1291.       Destination = '$(ApplicationDir)\Alexa.bmp'
  1292.       DateModified = 35728.006944444450000000
  1293.       Size = 942
  1294.       Source = 'D:\MSDEV\projects\Alexa\res\Alexa.bmp'
  1295.     end
  1296.     item
  1297.       Destination = '$(ApplicationDir)\wheretogo.bmp'
  1298.       DateModified = 35769.974166666670000000
  1299.       Size = 19294
  1300.       Source = 'D:\MSDEV\projects\Alexa\res\wheretogo.bmp'
  1301.     end
  1302.     item
  1303.       Destination = '$(ApplicationDir)\whereyouare.bmp'
  1304.       DateModified = 35810.149907407410000000
  1305.       Size = 22320
  1306.       Source = 'D:\MSDEV\projects\Alexa\res\whereyouare.bmp'
  1307.     end
  1308.     item
  1309.       Attributes = 2
  1310.       Destination = '$(ApplicationDir)\Update\Alexa.exe'
  1311.       DateModified = 35823.780138888890000000
  1312.       Size = 604160
  1313.       Source = 'D:\MSDEV\projects\Alexa\Release\Alexa.exe'
  1314.       VersionHi = 65537
  1315.       VersionLo = 196608
  1316.     end
  1317.     item
  1318.       CopyMethod = cmSourceVersionNewer
  1319.       Destination = '$(SystemDir)\MSVCRT.DLL'
  1320.       DateModified = 35738.257337962960000000
  1321.       Options = [foIncrementShareCount, foCheckIntegrity]
  1322.       Size = 277776
  1323.       Source = '$(SystemDir)\MSVCRT.DLL'
  1324.       VersionHi = 327680
  1325.       VersionLo = 7303
  1326.     end
  1327.     item
  1328.       CopyMethod = cmSourceVersionNewer
  1329.       Destination = '$(ApplicationDir)\AXDIST.EXE'
  1330.       DateModified = 35362.945706018520000000
  1331.       Size = 803680
  1332.       Source = 'G:\DEVSTUDIO\VC\REDIST\AXREDIST\AXDIST.EXE'
  1333.       VersionHi = 262215
  1334.       VersionLo = 1966081
  1335.     end
  1336.     item
  1337.       CopyMethod = cmSourceVersionNewer
  1338.       Destination = '$(ApplicationDir)\AlexaStart.exe'
  1339.       DateModified = 35823.798958333330000000
  1340.       Size = 165376
  1341.       Source = 'D:\MSDEV\projects\AlexaStart\Release\AlexaStart.exe'
  1342.       VersionHi = 65537
  1343.       VersionLo = 196608
  1344.     end
  1345.     item
  1346.       Destination = '$(ApplicationDir)\blank.bmp'
  1347.       DateModified = 35769.974722222220000000
  1348.       Size = 7318
  1349.       Source = 'D:\MSDEV\projects\Alexa\res\blank.bmp'
  1350.     end
  1351.     item
  1352.       Destination = '$(ApplicationDir)\pop_a.bmp'
  1353.       DateModified = 35732.817939814820000000
  1354.       Size = 14760
  1355.       Source = 'D:\MSDEV\projects\Alexa\res\pop_a.bmp'
  1356.     end
  1357.     item
  1358.       Destination = '$(ApplicationDir)\ALEXA.HLP'
  1359.       DateModified = 35815.756759259260000000
  1360.       Size = 112698
  1361.       Source = 'D:\MSDEV\projects\Alexa\Help\ALEXA.HLP'
  1362.     end
  1363.     item
  1364.       Destination = '$(ApplicationDir)\alexa.CNT'
  1365.       DateModified = 35768.089467592600000000
  1366.       Size = 759
  1367.       Source = 'D:\MSDEV\projects\Alexa\Help\alexa.CNT'
  1368.     end
  1369.     item
  1370.       Destination = '$(ApplicationDir)\readme.txt'
  1371.       DateModified = 35804.992245370370000000
  1372.       Size = 674
  1373.       Source = 'D:\MSDEV\projects\Alexa\Help\readme.txt'
  1374.     end
  1375.     item
  1376.       Destination = '$(ApplicationDir)\Update\assets.txt'
  1377.       DateModified = 35823.781967592600000000
  1378.       Size = 88
  1379.       Source = 'D:\MSDEV\projects\Alexa\res\assets.txt'
  1380.     end>
  1381.   Requirements = <
  1382.     item
  1383.       RequirementType = rtMemory
  1384.       Memory = 15
  1385.     end
  1386.     item
  1387.       RequirementType = rtPlatform
  1388.       VersionNT = 1024
  1389.     end>
  1390.   Shortcuts = <
  1391.     item
  1392.       Command = '$(ApplicationDir)\AlexaStart.exe'
  1393.       Description = 'Alexa'
  1394.       Directory = '$(ApplicationDir)'
  1395.       IconFile = '$(ApplicationDir)\Alexa.exe'
  1396.       Shortcut = '$(ShortcutFolder)'
  1397.       ShowMode = 1
  1398.     end
  1399.     item
  1400.       Command = '$(ApplicationDir)\AlexaStart.exe'
  1401.       Description = 'Alexa'
  1402.       Directory = '$(ApplicationDir)'
  1403.       IconFile = '$(ApplicationDir)\Alexa.exe'
  1404.       Shortcut = '$(ShellStartup)'
  1405.       ShowMode = 1
  1406.     end
  1407.     item
  1408.       Command = '$(ApplicationDir)\readme.txt'
  1409.       Description = 'Readme'
  1410.       Shortcut = '$(ShortcutFolder)'
  1411.       ShowMode = 2
  1412.     end
  1413.     item
  1414.       Command = '$(ApplicationDir)\Remove.exe'
  1415.       Description = 'Uninstall'
  1416.       Shortcut = '$(ShortcutFolder)'
  1417.       ShowMode = 1
  1418.     end>
  1419.   Languages = <>
  1420.   Uninstall.Enabled = True
  1421.   Uninstall.LogFile = '$(ApplicationDir)\Remove.log'
  1422.   Uninstall.UninstallFile = '$(ApplicationDir)\Remove.exe'
  1423.   Uninstall.WindowTitle = 'Remove'
  1424.   Product = 2
  1425.   Version = 532
  1426.   RegistrationName = 'Niall'
  1427.   RegistrationOrganization = 'Internet Archive'
  1428.   RegistrationSerial = '4CD9A848A613E933'
  1429. end
  1430.