function StateVersion() {
      switch (document.State_update.State.selectedIndex) {
      case 1: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Alabama_UpdaterC.dmg"); break; //Alabama
      case 2: alert ("There are no updates available for this state."); break; //Arkansas
      case 3: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Arizona_Updater.dmg"); break; //Arizona
      case 4: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_California_UpdaterD.dmg"); break; //California
      case 5: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Colorado_UpdaterA.dmg"); break; //Colorado
      case 6: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Connecticut_Updater.dmg"); break; //Connecticut
      case 7: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_District_of_Columbia_Updater.dmg"); break; //District of Columbia
      case 8: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Delaware_Updater.dmg"); break; //Delaware
      case 9: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Georgia_Updater.dmg"); break; //Georgia
      case 10: alert ("There are no updates available for this state."); break; //Hawaii
      case 11: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Idaho_Updater.dmg"); break; //Idaho
      case 12: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Illinois_Updater.dmg"); break; //Illinois
      case 13: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Indiana_Updater.dmg"); break; //Indiana
      case 14: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Iowa_Updater.dmg"); break; //Iowa
      case 15: alert ("There are no updates available for this state."); break; //Kansas
      case 16: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Kentucky_Updater.dmg"); break; //Kentucky
      case 17: alert ("There are no updates available for this state."); break; //Louisiana
      case 18: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Maine_Updater.dmg"); break; //Maine
      case 19: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Maryland_Updater.dmg"); break; //Maryland
      case 20: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Massachusetts_UpdaterA.dmg"); break; //Massachusetts
      case 21: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Michigan_UpdaterA.dmg"); break; //Michigan
      case 22: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Minnesota_UpdaterA.dmg"); break; //Minnesota
      case 23: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Mississippi_Updater.dmg"); break; //Mississippi
      case 24: alert ("There are no updates available for this state."); break; //Missouri
      case 25: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Montana_Updater.dmg"); break; //Montana
      case 26: alert ("There are no updates available for this state."); break; //Nebraska
      case 27: alert ("There are no updates available for this state."); break; //New Hampshire
      case 28: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_New_Jersey_UpdaterA.dmg"); break; //New Jersey
      case 29: alert ("There are no updates available for this state."); break; //New Mexico
      case 30: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_New_York_UpdaterA.dmg"); break; //New York
      case 31: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_North_Carolina_Updater.dmg"); break; //North Carolina
      case 32: alert ("There are no updates available for this state."); break; //North Dakota
      case 33: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Ohio_UpdaterB.dmg"); break; //Ohio
      case 34: alert ("There are no updates available for this state."); break; //Oklahoma
      case 35: alert ("There are no updates available for this state."); break; //Oregon
      case 36: alert ("There are no updates available for this state."); break; //Pennsylvania
      case 37: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_Rhode_Island_UpdaterB.dmg"); break; //Rhode Island
      case 38: location.replace("ftp://ftp1.taxcut.com/2006/State/TaxCut_2006_South_Carolina_UpdaterA.dmg"); break; //South Carolina
      case 39: alert ("There are no updates available for this state."); break; //Tennessee
      case 40: alert ("There are no updates available for this state."); break; //Utah
      case 41: alert ("There are no updates available for this state."); break; //Virginia
      case 42: alert ("There are no updates available for this state."); break; //Vermont
      case 43: alert ("There are no updates available for this state."); break; //Wisconsin
      case 44: alert ("There are no updates available for this state."); break; //West Virginia
      default: alert ("Please select your State to update TaxCut."); break;
      }
   }

 





 


