﻿browser=navigator.userAgent;function disableSmall(){var behavior=$find("MaskedEditExtenderExSmall");if(behavior!=null){var savedDispose=AjaxControlToolkit.MaskedEditBehavior.callBaseMethod;AjaxControlToolkit.MaskedEditBehavior.callBaseMethod=function(instance,name){};behavior.dispose();AjaxControlToolkit.MaskedEditBehavior.callBaseMethod=savedDispose}var hidctlHomeValueEstimateID=document.getElementById("hidctlHomeValueEstimateSmallID");if(hidctlHomeValueEstimateID!=null){var ctlID=hidctlHomeValueEstimateID.value;var txtZip=document.getElementById(ctlID+"_txtZip");txtZip.className="editableField";txtZip.value="City or ZIP Code"}}function enableSmall(){var behavior=$find("MaskedEditExtenderExSmall");if(behavior!=null){behavior.initialize();}}function clearOutHVESmallStreet(){var hidctlHomeValueEstimateID=document.getElementById("hidctlHomeValueEstimateSmallID");var ctlID=hidctlHomeValueEstimateID.value;var txtAddress=document.getElementById(ctlID+"_txtAddress");if(txtAddress.value=="Street Address"||txtAddress.value==""){txtAddress.value="";txtAddress.className="fieldText"}}function clearOutHVESmallZip(){var hidctlHomeValueEstimateID=document.getElementById("hidctlHomeValueEstimateSmallID");var ctlID=hidctlHomeValueEstimateID.value;var txtZip=document.getElementById(ctlID+"_txtZip");txtZip.className="fieldText";if(txtZip.value=="City or ZIP Code"){txtZip.value="";}}function validateMeSmall(e,sURL){var results=true;var myElementID;if(browser.indexOf("Firefox")!=-1||browser.indexOf("Safari")!=-1){myElementID=e.target.id}else {myElementID=e.srcElement.id}var hidctlHomeValueEstimateID=document.getElementById("hidctlHomeValueEstimateSmallID");var ctlID=hidctlHomeValueEstimateID.value;var errorID=ctlID+"_lblError";var addressID=ctlID+"_txtAddress";var zipID=ctlID+"_txtZip";var btnFind=ctlID+"_btnFind";var lblError=document.getElementById(errorID);var txtAddress=document.getElementById(addressID);var txtZip=document.getElementById(zipID);var msg='&nbsp;We are missing data';lblError.innerHTML="";txtAddress.className="fieldText";txtZip.className="fieldText";var hidStreetAddr=document.getElementById(ctlID+"_hidStreetAddr");if(myElementID==btnFind){if((txtAddress.value=='')||(txtAddress.value=='Street Address')){txtAddress.className="ErrorTextboxItalic";results=false}if((txtZip.value=='')||(txtZip.value=='City or ZIP Code')){txtZip.className="ErrorTextboxItalic";results=false}if(results==false){lblError.innerHTML=msg}else{hidStreetAddr.value=txtAddress.value;if(sURL!=""){regAgentHVE(sURL);}else{var myHIDFind=document.getElementById(ctlID+'_hidFind');myHIDFind.click();}}if(browser.indexOf("Firefox")!=-1||browser.indexOf("Safari")!=-1){e.preventDefault();e.stopPropagation();}else{e.cancel=true;e.returnValue=false}}}function KeyPressFunction(btnButton,event){if(event.keyCode==13){var hidctlHomeValueEstimateSmallID=document.getElementById("hidctlHomeValueEstimateSmallID");var myBtn=document.getElementById(hidctlHomeValueEstimateSmallID.value+"_"+btnButton);if(browser.indexOf("Firefox")!=-1||browser.indexOf("Safari")!=-1){event.preventDefault();event.stopPropagation();myBtn.click(event);}else{event.returnValue=false;myBtn.click();}}}function regAgentHVE(sURL){var hidFAHReg=parent.document.getElementById("hidFAHReg");var hidHVEModReg=parent.document.getElementById("hidHVEModReg");var hidHostReqReg=parent.document.getElementById("hidHostReqReg");var hidWTFNewRules=parent.document.getElementById("hidWTFNewRules");var hidBPFindBuyers=document.getElementById("ctlBuyerPipeline_hidBPFindBuyers");var hidHVERegAgent=parent.document.getElementById("hidHVERegAgent");var hidViewSearchReg=parent.document.getElementById("hidViewSearchReg");var ifra=getIFrameID();var bvMPE=getMPEBehaviorID();var width="758px";var height="478px";if(browser.indexOf("Safari")!=-1){width="789px";if(browser.indexOf("Chrome")!=-1){height="482px"}else{height="477px"}}if(browser.indexOf("Firefox")!=-1){height="465px"}var hidMnuABTestOff=document.getElementById("ctlMenu_hidMnuABTestOff");var hidMnuABTestCode=document.getElementById("ctlMenu_hidMnuABTestCode");if(hidMnuABTestOff.value.toUpperCase()=="N"&&hidMnuABTestCode.value.toUpperCase()=="B"){width="484px";height="468px";if(browser.indexOf("Safari")!=-1){width="484px";height="466px"}if(browser.indexOf("Firefox")!=-1){width="480px";height="435px"}}if(hidHVERegAgent!=null){hidHVERegAgent.value="Y"}if(hidFAHReg!=null){hidFAHReg.value=""}if(hidHVEModReg!=null){hidHVEModReg.value=""}if(hidBPFindBuyers!=null){hidBPFindBuyers.value=""}if(hidHostReqReg!=null){hidHostReqReg.value=""}if(hidWTFNewRules!=null){hidWTFNewRules.value=""}if(hidViewSearchReg!=null){hidViewSearchReg.value=""}changeIFRAMESource(sURL,ifra,bvMPE,width,height);}
