// submits the locator ASP form

function getState(abbr)
{
 if (abbr != "none")
 {
  frmState.submit();   
 }
}