    function downloadMurf()
      {
        if (document.getElementById("R101").checked) {
          name=prompt("Please enter your name and email address in the form of ","John Doe jdoe@doe.edu");
          myWindow=window.open("toolbar=no, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable= yes, copyhistory=yes, width=800, height=400");
          myWindow.document.write("<!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN\">\n");
          myWindow.document.write("<html>\n");
          myWindow.document.write("<head>\n");
          myWindow.document.write("<title>Download MurfMd</title>");
          var text="<script type=\"text\/javascript\">\n";
          text = text+"function closeWin()\n";
          text = text+"  {\n";
          text = text+"window.close()\n";
          text = text+"  }\n";
          text = text+"<\/script>\n";
          myWindow.document.write(text);
          myWindow.document.write("</head>\n");
          myWindow.document.write("<body>\n");
          myWindow.document.write("For User's Guide  - <input value=\"Return to MurfMd Homepage!\" name=\"B1\" style=\"font-weight: bold;\" onclick=\"closeWin()\" type=\"button\"></h3><br><br>\n");
          myWindow.document.write('Or, download the binary code of <a href="MurfMd.exe">MurfMd</a> - Thank you');
          myWindow.document.write(", "+name+", for your interest in MurfMd.\n");
          myWindow.document.write("</body>\n");
          myWindow.document.write("</html>\n");
        }
        if (document.getElementById("R102").checked) alert("You must agree to the License and Legal Notice to download the software!!");;
      }
    function downloadMurfUtil()
      {
        if (document.getElementById("R101").checked) {
          name=prompt("Please enter your name and email address in the form of ","John Doe jdoe@doe.edu");
          myWindow=window.open("toolbar=no, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable= yes, copyhistory=yes, width=800, height=400");
          myWindow.document.write("<!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN\">\n");
          myWindow.document.write("<html>\n");
          myWindow.document.write("<head>\n");
          myWindow.document.write("<title>Download MurfMd</title>");
          var text="<script type=\"text\/javascript\">\n";
          text = text+"function closeWin()\n";
          text = text+"  {\n";
          text = text+"window.close()\n";
          text = text+"  }\n";
          text = text+"<\/script>\n";
          myWindow.document.write(text);
          myWindow.document.write("</head>\n");
          myWindow.document.write("<body>\n");
          myWindow.document.write("For User's Guide  - <input value=\"Return to MurfMd Homepage!\" name=\"B1\" style=\"font-weight: bold;\" onclick=\"closeWin()\" type=\"button\"></h3><br><br>\n");
          myWindow.document.write('Or, download the binary code of <a href="MurfVerif.exe">MurfMd Verification/Calibration Utility</a> - Thank you');
          myWindow.document.write(", "+name+", for your interest in MurfMd.\n");
          myWindow.document.write("</body>\n");
          myWindow.document.write("</html>\n");
        }
        if (document.getElementById("R102").checked) alert("You must agree to the License and Legal Notice to download the software!!");;
      }
