function getSpecs(n){var t=670;return n.toLowerCase()==="sms"?t=270:n.toLowerCase()==="facebook"&&(t=300),{height:t,width:650}}function isAgreementConfirmed(){if($(".agreementRequest:checked").length==$(".agreementRequest").length)return!0;var n=$("div.customForm__errors.customForm__errors-span");return n.empty(),$(".agreementRequest:not(:checked)").each(function(){n.append("<span class='field-validation-error' data-valmsg-replace='true'>"+$(this).attr("data-text")+"<\/span>")}),!1}$(document).ready(function(){$("a[id$='-social-button']").on("click",function(n){if(n.preventDefault(),typeof isAgreementConfirmed!="function"||isAgreementConfirmed()){var i=this.id.replace("-button","-window"),t=getSpecs(this.id.replace("-social-button",""));openPopup(this.href,i,t.width,t.height)}})})