');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 shareViaEmail(){var subject="Sharing My Draft Letter";var emailBody=encodeURIComponent(textarea.value);window.location.href="mailto:?subject="+encodeURIComponent(subject)+"&body="+emailBody} function copyToClipboard(){if(navigator.clipboard&&window.isSecureContext){var textToCopy=document.getElementById('letterInput').value;navigator.clipboard.writeText(textToCopy).then(function(){alert('Text copied to clipboard')},function(err){console.error('Failed to copy text: ',err);alert('Failed to copy text: '+err)})}else{alert('Clipboard functionality not available or not secure')}}})