// JavaScript Document

function openDisclaimer()
{
	var submitForm = false;
	submitForm = confirm("You are sending an email on an unsecure path. Do not send account numbers, social security numbers, passwords or any other secure information.");
	return submitForm;	
}