THIRD PARTY SITE DISCLAIMER - You are leaving Fire Fighters Credit Union's website. You are linking to an alternate website not operated by Fire Fighters Credit Union, and Fire Fighters Credit Union is not responsible for the content of the alternate website. The fact that there is a link from Fire Fighters Credit Union's website to an alternate website does not constitute endorsement of any product, service, or organization. Fire Fighters Credit Union does not represent either you or the website operator if you enter into a transaction. Privacy and security policies may differ from those practiced by Fire Fighters Credit Union, and you should review the alternate website's policies. Click OK to confirm that you want to open this page.
// Get the modal
var modal = document.getElementById('id01');
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}