function gotostate()
{
selected=document.gotosearch.elements['select_state'].selectedIndex;
sta=document.gotosearch.elements['select_state'].options[selected].value;
if (sta=="AL") location.href="Alabama_Packaging_Service.asp";
//Alaska_Packaging_Service.asp
if (sta=="AZ") location.href="Arizona_Packaging_Service.asp";
if (sta=="AR") location.href="Arkansas_Packaging_Service.asp";
if (sta=="CA") location.href="California_Packaging_Service.asp";
if (sta=="CO") location.href="Colorado_Packaging_Service.asp";
if (sta=="CT") location.href="Connecticut_Packaging_Service.asp";
if (sta=="DE") location.href="Delaware_Packaging_Service.asp";
if (sta=="DC") location.href="DC_Packaging_Service.asp";
if (sta=="FL") location.href="Florida_Packaging_Service.asp";
if (sta=="GA") location.href="Georgia_Packaging_Service.asp";
if (sta=="HI") location.href="Hawaii_Packaging_Service.asp";
if (sta=="ID") location.href="Idaho_Packaging_Service.asp";
if (sta=="IL") location.href="Illinois_Packaging_Service.asp";
if (sta=="IN") location.href="Indiana_Packaging_Service.asp";
if (sta=="IA") location.href="Iowa_Packaging_Service.asp";
if (sta=="KS") location.href="Kansas_Packaging_Service.asp";
if (sta=="KY") location.href="Kentucky_Packaging_Service.asp";
if (sta=="LA") location.href="Louisiana_Packaging_Service.asp";
if (sta=="ME") location.href="Maine_Packaging_Service.asp";
if (sta=="MD") location.href="Maryland_Packaging_Service.asp";
if (sta=="MA") location.href="Massachusetts_Packaging_Service.asp";
if (sta=="MI") location.href="Michigan_Packaging_Service.asp";
if (sta=="MN") location.href="Minnesota_Packaging_Service.asp";
if (sta=="MS") location.href="Mississippi_Packaging_Service.asp";
if (sta=="MO") location.href="Missouri_Packaging_Service.asp";
if (sta=="MT") location.href="Montana_Packaging_Service.asp";
if (sta=="NE") location.href="Nebraska_Packaging_Service.asp";
if (sta=="NV") location.href="Nevada_Packaging_Service.asp";
if (sta=="NH") location.href="New_Hampshire_Packaging_Service.asp";
if (sta=="NJ") location.href="New_Jersey_Packaging_Service.asp";
if (sta=="NM") location.href="New_Mexico_Packaging_Service.asp";
if (sta=="NY") location.href="New_York_Packaging_Service.asp";
if (sta=="NC") location.href="North_Carolina_Packaging_Service.asp";
if (sta=="ND") location.href="North_Dakota_Packaging_Service.asp";
if (sta=="OH") location.href="Ohio_Packaging_Service.asp";
if (sta=="OK") location.href="Oklahoma_Packaging_Service.asp";
if (sta=="OR") location.href="Oregon_Packaging_Service.asp";
if (sta=="PA") location.href="Pennsylvania_Packaging_Service.asp";
//          Puerto_Rico_Packaging_Service
if (sta=="RI") location.href="Rhode_Island_Packaging_Service.asp";
if (sta=="SC") location.href="South_Carolina_Packaging_Service.asp";
if (sta=="SD") location.href="South_Dakota_Packaging_Service.asp";
if (sta=="TN") location.href="Tennessee_Packaging_Service.asp";
if (sta=="TX") location.href="Texas_Packaging_Service.asp";
if (sta=="UT") location.href="Utah_Packaging_Service.asp";
if (sta=="VT") location.href="Vermont_Packaging_Service.asp";
if (sta=="VA") location.href="Virginia_Packaging_Service.asp";
if (sta=="WA") location.href="Washington_Packaging_Service.asp";
if (sta=="WV") location.href="West_Virginia_Packaging_Service.asp";
if (sta=="WI") location.href="Wisconsin_Packaging_Service.asp";
if (sta=="WY") location.href="Wyoming_Packaging_Service.asp";
}
