function gotostate()
{
selected=document.gotosearch.elements['select_state'].selectedIndex;
sta=document.gotosearch.elements['select_state'].options[selected].value;
if (sta=="AL") location.href="Alabama_dj_Service.asp";
//Alaska_dj_Service.asp
if (sta=="AZ") location.href="Arizona_dj_Service.asp";
if (sta=="AR") location.href="Arkansas_dj_Service.asp";
if (sta=="CA") location.href="California_dj_Service.asp";
if (sta=="CO") location.href="Colorado_dj_Service.asp";
if (sta=="CT") location.href="Connecticut_dj_Service.asp";
if (sta=="DE") location.href="Delaware_dj_Service.asp";
if (sta=="DC") location.href="DC_dj_Service.asp";
if (sta=="FL") location.href="Florida_dj_Service.asp";
if (sta=="GA") location.href="Georgia_dj_Service.asp";
if (sta=="HI") location.href="Hawaii_dj_Service.asp";
if (sta=="ID") location.href="Idaho_dj_Service.asp";
if (sta=="IL") location.href="Illinois_dj_Service.asp";
if (sta=="IN") location.href="Indiana_dj_Service.asp";
if (sta=="IA") location.href="Iowa_dj_Service.asp";
if (sta=="KS") location.href="Kansas_dj_Service.asp";
if (sta=="KY") location.href="Kentucky_dj_Service.asp";
if (sta=="LA") location.href="Louisiana_dj_Service.asp";
if (sta=="ME") location.href="Maine_dj_Service.asp";
if (sta=="MD") location.href="Maryland_dj_Service.asp";
if (sta=="MA") location.href="Massachusetts_dj_Service.asp";
if (sta=="MI") location.href="Michigan_dj_Service.asp";
if (sta=="MN") location.href="Minnesota_dj_Service.asp";
if (sta=="MS") location.href="Mississippi_dj_Service.asp";
if (sta=="MO") location.href="Missouri_dj_Service.asp";
if (sta=="MT") location.href="Montana_dj_Service.asp";
if (sta=="NE") location.href="Nebraska_dj_Service.asp";
if (sta=="NV") location.href="Nevada_dj_Service.asp";
if (sta=="NH") location.href="New_Hampshire_dj_Service.asp";
if (sta=="NJ") location.href="New_Jersey_dj_Service.asp";
if (sta=="NM") location.href="New_Mexico_dj_Service.asp";
if (sta=="NY") location.href="New_York_dj_Service.asp";
if (sta=="NC") location.href="North_Carolina_dj_Service.asp";
if (sta=="ND") location.href="North_Dakota_dj_Service.asp";
if (sta=="OH") location.href="Ohio_dj_Service.asp";
if (sta=="OK") location.href="Oklahoma_dj_Service.asp";
if (sta=="OR") location.href="Oregon_dj_Service.asp";
if (sta=="PA") location.href="Pennsylvania_dj_Service.asp";
//          Puerto_Rico_dj_Service
if (sta=="RI") location.href="Rhode_Island_dj_Service.asp";
if (sta=="SC") location.href="South_Carolina_dj_Service.asp";
if (sta=="SD") location.href="South_Dakota_dj_Service.asp";
if (sta=="TN") location.href="Tennessee_dj_Service.asp";
if (sta=="TX") location.href="Texas_dj_Service.asp";
if (sta=="UT") location.href="Utah_dj_Service.asp";
if (sta=="VT") location.href="Vermont_dj_Service.asp";
if (sta=="VA") location.href="Virginia_dj_Service.asp";
if (sta=="WA") location.href="Washington_dj_Service.asp";
if (sta=="WV") location.href="West_Virginia_dj_Service.asp";
if (sta=="WI") location.href="Wisconsin_dj_Service.asp";
if (sta=="WY") location.href="Wyoming_dj_Service.asp";
}
