

function leavingsite(thislink) {

if (confirm("You will be leaving the Franklin First FCU website and entering another site. Franklin First FCU is not responsible for content or privacy policies on the new site.")) {
 window.open(thislink,null,"height=600,width=770,status=yes,toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,left=0, top=0");
 }
}


