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:chambers^700) or (state:al and county:randolph^600) or (state:al and county:tallapoosa^900) or (state:al and county:clay^500) or (state:al and county:coosa^400) or (state:al and county:elmore^300) or (state:al and county:macon^200) or (state:al and county:lee^100) )';
    document.forms[(f)][(sName)].value=tE;
  }
}
