 
  ** GENERAL INSTALLATION INSTRUCTIONS:

  This Acrobat Automation Script will only work when 
  placed in one of the Acrobat JavaScript Folders. Execute
  the following code from the Acrobat JavaScript Console to find
  the location of the JavaScript folders. 

  To display the Acrobat JavaScript Console use Ctrl+J on 
  Windows and Command+J on the Mac

      app.getPath("user","javascript");

      app.getPath("app","javascript");

  On Windows, the application JavaScript folder is usually located at:

  C:\Program Files\Adobe\Acrobat 8.0\Acrobat\JavaScripts

  On Mac, the application JavaScript folder is in a configuration file
  inside the Acrobat Application Package.  

  The script file can be placed in either the "User" or "App" JavaScript 
  folder. 

  This script will place a toolbar button on the "Add-ons" toolbar 
  in Acrobat or Adobe Reader. If this toolbar is not visible then 
  Right click on an empty part of the Acrobat toolbar area and select
  "Add-ons".

  JavaScript toolbar buttons were added to Acrobat in version 6. However, 
  most automation scripts are intended to be used with Acrobat 7 or later.  
  This particular script may contain functionality that prevents it from 
  being used in ADobe Reader.  See comments in the JavaScript File for details.

