// JavaScript Document
function externalLink(theURL,winName) {
	alert('You are now leaving the Windward Community Federal Credit Union\'s website.  The website you are being redirected to is not under control of WCFCU and WCFCU is not responsible for the product, service, or overall website content.  WCFCU\'s Privacy Policy does not apply to linked websites.  Click OK to continue. If you wish to cancel, you will be returned to the WCFCU website.');
	window.open(theURL,winName,'location=yes,menubar=yes,toolbar=yes,status=yes,scrollbars=yes,resizable=yes');
	}

	