');newWindow.document.close();newWindow.focus();setTimeout(function(){newWindow.print();newWindow.close()},250)} function addAllDetails(){textarea.value="Details loaded from server or predefined values";updatePreview()} function copyToClipboard(){navigator.clipboard.writeText(textarea.value).then(function(){alert('Text copied to clipboard')},function(err){alert('Failed to copy text: '+err)})} function shareViaEmail(){var subject="Sharing My Draft Letter";var emailBody=encodeURIComponent(textarea.value);window.location.href="mailto:?subject="+encodeURIComponent(subject)+"&body="+emailBody}})