// Create email pop-up for unencrypted emails
// **********************************************************************************
function email_popup() { 
     alert('____________________________________________________________________________________________\n\nThe email you are about to send will be unencrypted and, as such, could be intercepted and read by unauthorised third parties. \n\nWe recommend that you do not send any financial, confidential or sensitive information by email. \n\nPlease ensure you include your name and policy number on your email, so that we can identify you.\n\n____________________________________________________________________________________________');
}