function Version() {
      switch (document.update.Product_Version.selectedIndex) {
  		 case 1: location.replace("ftp://ftp1.taxcut.com/2006/Fed/TaxCut_Basic_2006_Update_F.exe"); break;
  		 case 2: location.replace("ftp://ftp1.taxcut.com/2006/Fed/TaxCut_Standard_2006_Update_F.exe"); break;
  		 case 3: location.replace("ftp://ftp1.taxcut.com/2006/Fed/TaxCut_Premium_2006_Update_F.exe"); break;
  		 default: alert ("Please select your product version to update TaxCut.  Follow the instructions on the screen to determine your version."); break;
      }
   }

 





 


