function ExternalNavigationConfirmation(url) {
	varRet = confirm('You are now leaving the CN Pensioners Association of Manitoba website to go to a third party site, the National Council Site.  The CNPA of Manitoba does not control any of the third party site and is not responsible for the contents of any linked site or any link contained in a linked site.');
	
	 if (varRet == true) {
	 	popupWin = window.open(url,'CN1');
		}
}


