// Create email pop-up for unencrypted emails
// **********************************************************************************
function email_popup() { 
     alert('____________________________________________________________________________________________\n\nPlease be aware that the email you are about to send will be unencrypted, which means there is a risk that others may be able to read it. \n\nWe therefore recommend that you do not send any financial, confidential or sensitive information by email. \n\nWe would appreciate it if you could include your name and policy number on your email, so that we can identify you.\n\n____________________________________________________________________________________________');
}
