// JavaScript Document
function externalLink(theURL,winName) {
	if(confirm('You are now leaving Northwest United FCU\'s website and visiting a partner services site.  Northwest United Federal Credit Union is not responsible for services or products affiliated with partner services.'))
	{ window.open(theURL,winName,'status=yes,scrollbars=yes,resizable=yes');
	}
}