
            var requiredAcrobatVersion = 5;
            var acrobatVersion = getAcrobatVersion();
            
            if (acrobatVersion >= requiredAcrobatVersion) {
               document.write('<br />');
               document.write('<strong>Adobe Acrobat Found!</strong>');
               document.write('<p>This version of Acrobat should be adequate to view (and print) our form.</p>');
               document.write('<br />');
            }

            else if (acrobatVersion < 5) {
               document.write('<br />');
               document.write('<strong>Update Adobe Acrobat Reader!</strong>');
               document.write('<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank" title="Download Acrobat Reader Now!"><img class="floatedImg" src="img/logo-aacro.gif" alt="Download Acrobat Reader Now!" /></a> \n');
               document.write('<p>You may need a newer version of the <a href="http://www.adobe.com/products/acrobat/adobepdf.html" target="_blank">Adobe Acrobat Reader</a> in order to view and print the form. The Acrobat Reader plugin can be downloaded directly from Adobe - FREE!</p> \n');
               document.write('<p><strong><a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">Download Acrobat Reader Now!</a></strong></p> \n');
               document.write('<br /><br />');
            }

            else if (acrobatVersion == 0) {
               document.write('<br />');
               document.write('<strong>Adobe Acrobat Reader Required!</strong>');
               document.write('<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank" title="Download Acrobat Reader Now!"><img class="floatedImg" src="img/logo-aacro.gif" alt="Download Acrobat Reader Now!" /></a> \n');
               document.write('<p>This form is available as an Adobe Acrobat <acronym title="Portable Document Format">PDF</acronym> file. You will need the <a href="http://www.adobe.com/products/acrobat/adobepdf.html" target="_blank">Adobe Acrobat Reader</a> in order to view and print the form. The Acrobat Reader is a plugin (or extension) for your browser and can be downloaded directly from Adobe - FREE!</p> \n');
               document.write('<p><strong><a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">Download Acrobat Reader Now!</a></strong></p> \n');
               document.write('<br /><br />');
            }

            else if (acrobatVersion == acrobatVersion_DONTKNOW || acrobatVersion == null) {
               document.write('<br />');
               document.write('<strong>Adobe Acrobat Detection Failed!</strong>');
               document.write('<p>We were unable to determine the version of Adobe Acrobat (if any) that is installed on this system.</p>');
               document.write('<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank" title="Download Acrobat Reader Now!"><img class="floatedImg" src="img/logo-aacro.gif" alt="Download Acrobat Reader Now!" /></a> \n');
               document.write('<p>This form is available as an Adobe Acrobat <acronym title="Portable Document Format">PDF</acronym> file. You will need the <a href="http://www.adobe.com/products/acrobat/adobepdf.html" target="_blank">Adobe Acrobat Reader</a> in order to view and print the form. The Acrobat Reader is a plugin (or extension) for your browser and can be downloaded directly from Adobe - FREE!</p> \n');
               document.write('<p><strong><a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">Download Acrobat Reader Now!</a></strong></p> \n');
               document.write('<br /><br />');
            }