function downloadGeoPatch()

{


var geoprodEntered = document.forms.CheckGeoPatch.geoprodid.value.toUpperCase();

if (geoprodEntered =="GC3001")
   {window.location.href='../html/Geocache/GeocachePatch01.exe';}

else if (geoprodEntered =="GC3003")
   {window.location.href='../html/Geocache/GeocachePatch03.exe';}  

else if (geoprodEntered =="GC3005")
   {window.location.href='../html/Geocache/GeocachePatch05.exe';}  

else if (geoprodEntered =="GC3007")
   {window.location.href='../html/Geocache/GeocachePatch07.exe';}  

else if (geoprodEntered =="GC3009")
   {window.location.href=' ../html/Geocache/GeocachePatch09.exe';}  

else if (geoprodEntered =="GC300B")
   {window.location.href='../html/Geocache/GeocachePatch0b.exe';}  

else alert("Invalid Product ID entered")


}