function getSpecs(n){var t=670;return n.toLowerCase()==="sms"?t=270:n.toLowerCase()==="facebook"&&(t=300),{height:t,width:650}}$(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)}})})