function change_link(obj) { if (obj.src==undefined) {obj=document.getElementById("bus_search")} if(obj.src=="https://www.handyamerican.com/images/searchbox-a.gif") { obj.src="https://www.handyamerican.com/images/searchbox-b.gif" document.getElementById('job_sub_cat').style.width=412 document.getElementById('postal').disabled=true document.getElementById('miles').disabled=true document.getElementById('postal').style.display="none" document.getElementById("searchpage").value=2 document.getElementById("searchform").action="http://www.handyamerican.com/members_search_for_contractor_results_new.asp" document.getElementById('job_sub_cat').onkeyup=function onkeyup() {check_key(event);} if (document.getElementById('job_sub_cat').value=="Category or Keyword") {document.getElementById('job_sub_cat').value="Business Name"} } else { obj.src="https://www.handyamerican.com/images/searchbox-a.gif" document.getElementById('job_sub_cat').style.width=230 document.getElementById('postal').disabled=false document.getElementById('miles').disabled=false document.getElementById('postal').style.display="block" document.getElementById("searchpage").value=1 document.getElementById("searchform").action="http://www.handyamerican.com/members_search_for_contractor_results_new_checklist.asp" job_sub_cat() if (document.getElementById('job_sub_cat').value=="Business Name") {document.getElementById('job_sub_cat').value="Category or Keyword"} } return false } var_postal="Zip Code"