function gotostate()
{
selected=document.gotosearch.elements['select_state'].selectedIndex;
sta=document.gotosearch.elements['select_state'].options[selected].value;
if (sta=="AL") location.href="Alabama_golf_Service.asp";
//Alaska_golf_Service.asp
if (sta=="AZ") location.href="Arizona_golf_Service.asp";
if (sta=="AR") location.href="Arkansas_golf_Service.asp";
if (sta=="CA") location.href="California_golf_Service.asp";
if (sta=="CO") location.href="Colorado_golf_Service.asp";
if (sta=="CT") location.href="Connecticut_golf_Service.asp";
if (sta=="DE") location.href="Delaware_golf_Service.asp";
if (sta=="DC") location.href="DC_golf_Service.asp";
if (sta=="FL") location.href="Florida_golf_Service.asp";
if (sta=="GA") location.href="Georgia_golf_Service.asp";
if (sta=="HI") location.href="Hawaii_golf_Service.asp";
if (sta=="ID") location.href="Idaho_golf_Service.asp";
if (sta=="IL") location.href="Illinois_golf_Service.asp";
if (sta=="IN") location.href="Indiana_golf_Service.asp";
if (sta=="IA") location.href="Iowa_golf_Service.asp";
if (sta=="KS") location.href="Kansas_golf_Service.asp";
if (sta=="KY") location.href="Kentucky_golf_Service.asp";
if (sta=="LA") location.href="Louisiana_golf_Service.asp";
if (sta=="ME") location.href="Maine_golf_Service.asp";
if (sta=="MD") location.href="Maryland_golf_Service.asp";
if (sta=="MA") location.href="Massachusetts_golf_Service.asp";
if (sta=="MI") location.href="Michigan_golf_Service.asp";
if (sta=="MN") location.href="Minnesota_golf_Service.asp";
if (sta=="MS") location.href="Mississippi_golf_Service.asp";
if (sta=="MO") location.href="Missouri_golf_Service.asp";
if (sta=="MT") location.href="Montana_golf_Service.asp";
if (sta=="NE") location.href="Nebraska_golf_Service.asp";
if (sta=="NV") location.href="Nevada_golf_Service.asp";
if (sta=="NH") location.href="New_Hampshire_golf_Service.asp";
if (sta=="NJ") location.href="New_Jersey_golf_Service.asp";
if (sta=="NM") location.href="New_Mexico_golf_Service.asp";
if (sta=="NY") location.href="New_York_golf_Service.asp";
if (sta=="NC") location.href="North_Carolina_golf_Service.asp";
if (sta=="ND") location.href="North_Dakota_golf_Service.asp";
if (sta=="OH") location.href="Ohio_golf_Service.asp";
if (sta=="OK") location.href="Oklahoma_golf_Service.asp";
if (sta=="OR") location.href="Oregon_golf_Service.asp";
if (sta=="PA") location.href="Pennsylvania_golf_Service.asp";
//          Puerto_Rico_golf_Service
if (sta=="RI") location.href="Rhode_Island_golf_Service.asp";
if (sta=="SC") location.href="South_Carolina_golf_Service.asp";
if (sta=="SD") location.href="South_Dakota_golf_Service.asp";
if (sta=="TN") location.href="Tennessee_golf_Service.asp";
if (sta=="TX") location.href="Texas_golf_Service.asp";
if (sta=="UT") location.href="Utah_golf_Service.asp";
if (sta=="VT") location.href="Vermont_golf_Service.asp";
if (sta=="VA") location.href="Virginia_golf_Service.asp";
if (sta=="WA") location.href="Washington_golf_Service.asp";
if (sta=="WV") location.href="West_Virginia_golf_Service.asp";
if (sta=="WI") location.href="Wisconsin_golf_Service.asp";
if (sta=="WY") location.href="Wyoming_golf_Service.asp";
}
