function doOpen(url) { 
	newwin = window.open(url, "openedwindow", "scrollbars=yes,resizable=yes"); 
	newwin.focus();
}
function linkoutCFB(url) { 
	alert("The page that is being opened is not part of\nthe Community First Bank N.A. website. As such\nCommunity First Bank N.A. is not responsible\nfor any images, links or information found therein."); 
	doOpen(url);
}
