

function leavingsite(thislink) {

if (confirm("You are now leaving www.filenefcu.com.  The link you have selected is located on another server.  We recommend that you view the privacy policy of any website you visit before providing personal information.  Please click OK to leave Filene FCU and proceed to the selected 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");
 }
}


