function GetRegion(f,sName){
  var cE;
  var tE;

  cE=document.forms[(f)][(sName)].value;
  if (cE.length>=1) {
    tE=cE + ' and ( (state:al and county:pike^900) or (state:al and county:barbour^500) or (state:al and county:bullock^400) or (state:al and county:montgomery^100) or (state:al and county:crenshaw^200) or (state:al and county:coffee^600) or (state:al and county:dale^300) )';
    document.forms[(f)][(sName)].value=tE;
  }
}
