browser=navigator.userAgent;function flagHomeForCompSH(sCTLID){var hidCTLSaveHomesSearches=document.getElementById("hidCTLSaveHomesSearches");var ctlID=hidCTLSaveHomesSearches.value;var hidHCChecked=document.getElementById(ctlID+"_hidHCChecked");var chkCompare=document.getElementById(ctlID+"_grdSavedHomes_ctl"+sCTLID+"_chkCompare");var hidgrdLookupNo=document.getElementById(ctlID+"_grdSavedHomes_ctl"+sCTLID+"_hidgrdLookupNo");if(hidHCChecked==null){hidHCChecked=document.getElementById(ctlID+"2_hidHCChecked");}if(chkCompare==null){chkCompare=document.getElementById(ctlID+"2_grdSavedHomes_ctl"+sCTLID+"_chkCompare");}if(hidgrdLookupNo==null){hidgrdLookupNo=document.getElementById(ctlID+"2_grdSavedHomes_ctl"+sCTLID+"_hidgrdLookupNo");}var sIDs="";var sCheck="";var sLookupIDs="";var sIDTobeRemoved="";if(chkCompare!=null){if(chkCompare.checked==true){sLookupIDs+=hidgrdLookupNo.value+"|"}else{sIDTobeRemoved=hidgrdLookupNo.value}}if(sIDTobeRemoved!=""){hidHCChecked.value=hidHCChecked.value.replace(sIDTobeRemoved+"|","");}hidHCChecked.value+=sLookupIDs;var sSelectedHomes=hidHCChecked.value.split("|");if(sSelectedHomes.length>4){chkCompare.checked=false;hidHCChecked.value=hidHCChecked.value.replace(hidgrdLookupNo.value+"|","");showSHCompareAlert("max");}}function SSCompareHomes(){var hidCTLSaveHomesSearches=document.getElementById("hidCTLSaveHomesSearches");var ctlID=hidCTLSaveHomesSearches.value;var hidHCChecked=document.getElementById(ctlID+"_hidHCChecked");var hidFT4SHSURL=document.getElementById("hidFT4SHSURL");if(hidHCChecked==null){hidHCChecked=document.getElementById(ctlID+"2_hidHCChecked");}if(hidHCChecked.value!=""){var sSelectedHomes=hidHCChecked.value.split("|");if(sSelectedHomes.length>4||sSelectedHomes.length==2){if(sSelectedHomes.length>4){showSHCompareAlert("max");}if(sSelectedHomes.length==2){showSHCompareAlert("min");}}else{window.location.href=hidFT4SHSURL.value+"homecomparison.aspx?slookupids="+hidHCChecked.value+"&sorigin=shss";hidHCChecked.value=""}}else{showSHCompareAlert("min");}}function displayPanel(sPanel){var hidCTLSaveHomesSearches=document.getElementById("hidCTLSaveHomesSearches");var ctlID=hidCTLSaveHomesSearches.value;var pnlSummary=document.getElementById(ctlID+"_pnlSummary");var pnlSavedHomes=document.getElementById(ctlID+"_pnlSavedHomes");var pnlSavedSearches=document.getElementById(ctlID+"_pnlSavedSearches");if(pnlSummary==null){pnlSummary=document.getElementById(ctlID+"2_pnlSummary");}if(pnlSavedHomes==null){pnlSavedHomes=document.getElementById(ctlID+"2_pnlSavedHomes");}if(pnlSavedSearches==null){pnlSavedSearches=document.getElementById(ctlID+"2_pnlSavedSearches");}var left=pnlSummary.offsetLeft;var top=pnlSummary.offsetTop+37;var tdHomes=document.getElementById(ctlID+"_tdSummaryHomes");var tdSearches=document.getElementById(ctlID+"_tdSummarySearches");var tblSummary=document.getElementById(ctlID+"_tblSearchSummary");if(tdSearches==null){tdSearches=document.getElementById(ctlID+"2_tdSummarySearches");}if(tdHomes==null){tdHomes=document.getElementById(ctlID+"2_tdSummaryHomes");}if(tblSummary==null){tblSummary=document.getElementById(ctlID+"2_tblSearchSummary");}if(sPanel=="homes"){if(pnlSavedHomes.style.display=="block"){hideSearchHomes(sPanel);}else{pnlSavedHomes.style.display="block";pnlSavedHomes.style.left=left+"px";pnlSavedHomes.style.top=top+"px";pnlSavedSearches.style.display="none";tdHomes.className="tdSummaryHomesNoBorder";tdSearches.className="tdSummarySearchesBorder"}}else{if(pnlSavedSearches.style.display=="block"){hideSearchHomes(sPanel);}else{pnlSavedSearches.style.display="block";pnlSavedSearches.style.left=left+"px";pnlSavedSearches.style.top=top+"px";pnlSavedHomes.style.display="none";tdHomes.className="tdSummaryHomesBorder";tdSearches.className="tdSummarySearchesNoBorder"}}}function hideSearchHomes(sPanel){var hidCTLSaveHomesSearches=document.getElementById("hidCTLSaveHomesSearches");var ctlID=hidCTLSaveHomesSearches.value;var tdHomes=document.getElementById(ctlID+"_tdSummaryHomes");var tdSearches=document.getElementById(ctlID+"_tdSummarySearches");if(tdSearches==null){tdSearches=document.getElementById(ctlID+"2_tdSummarySearches");}if(tdHomes==null){tdHomes=document.getElementById(ctlID+"2_tdSummaryHomes");}tdHomes.className="tdSummaryHomesNoBorder";tdSearches.className="tdSummarySearchesNoBorder";var btnC;if(sPanel=="homes"){var pnlSavedHomes=document.getElementById(ctlID+"_pnlSavedHomes");if(pnlSavedHomes==null){pnlSavedHomes=document.getElementById(ctlID+"2_pnlSavedHomes");}pnlSavedHomes.style.display="none"}else{var pnlSavedSearches=document.getElementById(ctlID+"_pnlSavedSearches");if(pnlSavedSearches==null){pnlSavedSearches=document.getElementById(ctlID+"2_pnlSavedSearches");}pnlSavedSearches.style.display="none"}}function showReg(){var hidREGFlag=parent.document.getElementById("hidREGFlag");if(hidREGFlag!=null){hidREGFlag.value="Y"}var hidFAHReg=parent.document.getElementById("hidFAHReg");var hidHVEModReg=parent.document.getElementById("hidHVEModReg");var hidWTFNewRules=parent.document.getElementById("hidWTFNewRules");var hidBPLMSReg=parent.document.getElementById("hidBPLMSReg");if(hidFAHReg!=null){hidFAHReg.value=""}if(hidHVEModReg!=null){hidHVEModReg.value=""}if(hidWTFNewRules!=null){hidWTFNewRules.value=""}if(hidBPLMSReg!=null){hidBPLMSReg.value=""}var hidHBTTReg=parent.document.getElementById("hidHBTTReg");if(hidHBTTReg!=null){hidHBTTReg.value=""}var iFrameID=document.getElementsByTagName('iframe')[0].id;var ifraHost=document.getElementById(iFrameID);var div=document.getElementsByTagName('div');var bvMPE="";for(var i=0;i<div.length;i++){if(div[i].className=="modalBackground"){bvMPE=div[i].id;bvMPE=bvMPE.replace("_backgroundElement","");break}}var hidFT4SHSlPersonSK=document.getElementById("hidFT4SHSlPersonSK");var hidFT4SHSURL=document.getElementById("hidFT4SHSURL");var sURL=hidFT4SHSURL.value+"LightBox/Registration.aspx?REGType=QR&lPerson_sk="+hidFT4SHSlPersonSK.value+"&lSource_sk=100&sCTA=";var width="282px";var height="370px";if(browser.indexOf("Safari")!=-1){height="343px"}if(browser.indexOf("Firefox")!=-1){width="278px";height="335px"}ifraHost.src=sURL;ifraHost.style.height=height;ifraHost.style.width=width;$find(bvMPE).hide();$find(bvMPE).show(true);}function showFullReg(){var hidREGFlag=parent.document.getElementById("hidREGFlag");if(hidREGFlag!=null){hidREGFlag.value="Y"}var hidFAHReg=parent.document.getElementById("hidFAHReg");var hidHVEModReg=parent.document.getElementById("hidHVEModReg");var hidWTFNewRules=parent.document.getElementById("hidWTFNewRules");if(hidFAHReg!=null){hidFAHReg.value=""}if(hidHVEModReg!=null){hidHVEModReg.value=""}if(hidWTFNewRules!=null){hidWTFNewRules.value=""}var hidHBTTReg=parent.document.getElementById("hidHBTTReg");if(hidHBTTReg!=null){hidHBTTReg.value=""}var iFrameID=document.getElementsByTagName('iframe')[0].id;var ifraHost=document.getElementById(iFrameID);var div=document.getElementsByTagName('div');var bvMPE="";for(var i=0;i<div.length;i++){if(div[i].className=="modalBackground"){bvMPE=div[i].id;bvMPE=bvMPE.replace("_backgroundElement","");break}}var hidFT4SHSlPersonSK=document.getElementById("hidFT4SHSlPersonSK");var hidFT4SHSURL=document.getElementById("hidFT4SHSURL");var sURL=hidFT4SHSURL.value+"LightBox/Registration.aspx?REGType=FR&lPerson_sk="+hidFT4SHSlPersonSK.value+"&lSource_sk=100&sCTA=";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"}}ifraHost.src=sURL;ifraHost.style.height=height;ifraHost.style.width=width;$find(bvMPE).hide();$find(bvMPE).show(true);}function showSHCompareAlert(stype){var hidCTLSaveHomesSearches=document.getElementById("hidCTLSaveHomesSearches");var ctlID=hidCTLSaveHomesSearches.value;window.scroll(0,0);var divCompHomesAlert=document.getElementById(ctlID+"_divCompHomesAlertSH");if(divCompHomesAlert==null){divCompHomesAlert=document.getElementById(ctlID+"2_divCompHomesAlertSH");}divCompHomesAlert.style.display="block";var lblCompHomesMsgMax=document.getElementById("lblSHCompHomesMsgMax");var lblCompHomesMsgMin=document.getElementById("lblSHCompHomesMsgMin");var divAlertClose=document.getElementById("divSHAlertClose");var divAlertCompare=document.getElementById("divSHAlertCompare");if(stype=="max"){lblCompHomesMsgMax.style.display="block";lblCompHomesMsgMin.style.display="none";divAlertClose.style.display="none";divAlertCompare.style.display="block"}if(stype=="min"){lblCompHomesMsgMax.style.display="none";lblCompHomesMsgMin.style.display="block";divAlertClose.style.display="block";divAlertCompare.style.display="none"}var myTop=(parseInt(screen.height/2)-parseInt(divCompHomesAlert.clientHeight/2))-200;var myLeft=(parseInt(screen.width/2)-parseInt(divCompHomesAlert.clientWidth/2))-120;divCompHomesAlert.style.top=myTop+'px';divCompHomesAlert.style.left=myLeft+'px';var divGhost=document.getElementById(ctlID+"_divGhostSH");if(divGhost==null){divGhost=document.getElementById(ctlID+"2_divGhostSH");}divGhost.style.visibility="visible";MaximizeGhosting(divGhost,"#000000","alpha(opacity:50)","absolute","1001",document.body.clientHeight);}function CloseSHAlert(){var hidCTLSaveHomesSearches=document.getElementById("hidCTLSaveHomesSearches");var ctlID=hidCTLSaveHomesSearches.value;window.scroll(0,0);var divCompHomesAlert=document.getElementById(ctlID+"_divCompHomesAlertSH");var divGhost=document.getElementById(ctlID+"_divGhostSH");if(divCompHomesAlert==null){divCompHomesAlert=document.getElementById(ctlID+"2_divCompHomesAlertSH");}if(divGhost==null){divGhost=document.getElementById(ctlID+"2_divGhostSH");}divCompHomesAlert.style.display="none";divGhost.style.visibility="hidden";divGhost.style.width="0px";divGhost.style.height="0px"}
