function showTrustBitpay(){
var getCurUrlForSendCheck = document.location.host;
var readyUrlToSendCheck = encodeURI(getCurUrlForSendCheck);
var params = `scrollbars=no,resizable=no,status=no,location=no,toolbar=no,menubar=no,width=500px,height=600px`;
window.open("https://bitpay.ir/certificate-187429-"+readyUrlToSendCheck, "درگاه پرداخت بیت پی" ,params);
}
document.write('')