function showQuickREG(sURL){var width="730px";var height="424px";if(browser.indexOf("Safari")!=-1){width="775px";if(browser.indexOf("Chrome")!=-1){height="410px"}else{height="411px"}}if(browser.indexOf("Firefox")!=-1){height="401px"}var ifra=getIFrameID();var bvMPE=getMPEBehaviorID();changeIFRAMESource(sURL,ifra,bvMPE,width,height);var hidCTLBuyerPipeline=document.getElementById("hidCTLBuyerPipeline");var ctlID=hidCTLBuyerPipeline.value;var hidBPRegisterFromCTL=document.getElementById(ctlID+"_hidBPRegisterFromCTL");hidBPRegisterFromCTL.value="Y"}function KeyPressFunctionctlBP(btnButton,event){if(event.keyCode==13){var myButton=document.getElementById(btnButton);if(browser.indexOf("Firefox")!=-1||browser.indexOf("Safari")!=-1){event.preventDefault();event.stopPropagation();myButton.click();}else{event.returnValue=false;myButton.click();}}}function nav2BuyerPipeline(){var hidCTLBuyerPipeline=document.getElementById("hidCTLBuyerPipeline");var ctlID=hidCTLBuyerPipeline.value;var txtBPCity=document.getElementById(ctlID+"_txtBPCity");var city=txtBPCity.value;if(city=='City'){city=''}var txtBPPrice=document.getElementById(ctlID+"_txtBPPrice");var price=txtBPPrice.value;if(price=='Estimated Price'){price=''}price=replaceAll(price,'$','');price=replaceAll(price,',','');price=replaceAll(price,'.','');var ddlBPBeds=document.getElementById(ctlID+"_ddlBPBeds");var beds=ddlBPBeds.value;beds=replaceAll(beds,'+','plus');var ddlBPBaths=document.getElementById(ctlID+"_ddlBPBaths");var baths=ddlBPBaths.value;baths=replaceAll(baths,'+','plus');var url="buyerpipeline.aspx?scity="+city.toLowerCase()+"&price="+price+"&beds="+beds+"&baths="+baths+"&sorigin=ctlbp";parent.document.location=url}
