function externalLinkConf (url)
{
	if (confirm("You're leaving Local Government Federal Credit Union's website.\n\nLGFCU does not operate the site you are about to visit and is not responsible for the content,\nnor any transactions performed at a non-LGFCU site.\nAlso note that privacy and security policies may differ from those practiced by LGFCU."))
	{
		window.open (url,'_blank');
	}
} // END function
