Copyright © 2026 Positive Circles | All Rights Reserved.

Proudly Design and Developed By AKP Build And Gain

';// Print via a hidden iframe so we never touch the visible page, and there's // no popup-blocker risk the way a window.open() call can have. var iframe = document.createElement('iframe'); iframe.style.position = 'fixed'; iframe.style.right = '0'; iframe.style.bottom = '0'; iframe.style.width = '0'; iframe.style.height = '0'; iframe.style.border = '0'; document.body.appendChild(iframe);var idoc = iframe.contentWindow.document; idoc.open(); idoc.write(doc); idoc.close();iframe.onload = function () { iframe.contentWindow.focus(); iframe.contentWindow.print(); setTimeout(function () { document.body.removeChild(iframe); }, 1000); }; }