<!-- 
function defineTarget() {
  input_id = document.getElementById('id').value;
  if (input_id == "1"){
    document.getElementById('yellowpages').action="http://www.ypdx.com/yp-search.php";
    document.getElementById('yellowpages').target="";
  }
}
-->
