function ResetAdvancedSearchForm(){clearText("ctl01_ctl00_txtPriceFrom");clearText("ctl01_ctl00_txtPriceTo");clearDropDown("ctl01_ctl00_ddlPropertyType");clearDropDown("ctl01_ctl00_ddlMinBeds");clearDropDown("ctl01_ctl00_ddlMinBaths");clearDropDown("ctl01_ctl00_ddlGarage");clearCheckBox("ctl01_ctl00_chbGolf");clearCheckBox("ctl01_ctl00_chbWaterFront");clearCheckBox("ctl01_ctl00_chbWaterView");clearCheckBox("ctl01_ctl00_chbMaster");clearText("ctl01_ctl00_txtAcreage");clearText("ctl01_ctl00_txtYear");clearText("ctl01_ctl00_txtSubdivision");clearText("ctl01_ctl00_txtCity");clearText("ctl01_ctl00_txtZipCode");ResetATWCheckBoxList()}function ResetLuxSearchForm(){clearDropDown("ctl01_ctl00_ddlPropertyType");clearDropDown("ctl01_ctl00_ddlMinBeds");clearDropDown("ctl01_ctl00_ddlMinBaths");clearText("ctl01_ctl00_txtPriceFrom");clearText("ctl01_ctl00_txtPriceTo");clearCheckBox("ctl01_ctl00_chbGolf");clearCheckBox("ctl01_ctl00_chbWaterFront");clearCheckBox("ctl01_ctl00_chbWaterView");clearDropDown("ctl01_ctl00_ddlGarage");clearCheckBox("ctl01_ctl00_chbMaster");clearText("ctl01_ctl00_txtAcreage");clearText("ctl01_ctl00_txtYear");clearText("ctl01_ctl00_txtSubdivision");clearText("ctl01_ctl00_txtCity");clearText("ctl01_ctl00_txtZipCode");ResetATWCheckBoxList()}function clearCheckBox(a){var b=document.getElementById(a);if(b!=null){b.checked=false}}function clearText(a){var b=document.getElementById(a);if(b!=null){b.value=""}}function clearDropDown(a){var b=document.getElementById(a);if(b!=null){b.selectedIndex=0}};