function Version() {
      switch (document.update.Product_Version.selectedIndex) {
  		 case 1: location.replace("ftp://ftp1.taxcut.com/2005/Fed/TaxCut_EZ_2005_UpdateA.exe"); break;
  		 case 2: location.replace("ftp://ftp1.taxcut.com/2005/Fed/TaxCut_Standard_2005_UpdateD.exe"); break;
  		 case 3: location.replace("ftp://ftp1.taxcut.com/2005/Fed/TaxCut_Deluxe_2005_UpdateD.exe"); break;
  		 case 4: location.replace("ftp://ftp1.taxcut.com/2005/Fed/TaxCut_Deluxe_Trial_2005_UpdateD.exe"); break;
  		 case 5: alert('You have the trial version of TaxCut.  You will need to purchase TaxCut from within the program to update.'); break;
                 case 6: location.replace("ftp://ftp1.taxcut.com/2005/Fed/TaxCut_Premium_2005_UpdateD.exe"); break;
  		 default: alert ("Please select your product version to update TaxCut.  Follow the instructions on the screen to determine your version."); break;
      }
   }

 





 


