Skip to main content

EViR Chatter Sessions 

These meetings occur every second month and provide members with the space and opportunity to discuss issues which do not require a formal meeting or agenda. They are designed to allow members to meet with a greater degree of spontaneity and flexibility and without the need to wait until a round table meeting to address any topics of interest. 

2024

2023 

(function() { document.addEventListener('DOMContentLoaded', function() { var header = document.getElementById('top'); // make sure your header ID is 'top' if (!header) return; var lastScrollTop = 0; window.addEventListener('scroll', function() { var scrollY = window.scrollY || window.pageYOffset; // Toggle classes based on scroll position if (scrollY > 10) { header.classList.add('scrolled'); header.classList.remove('at-top'); } else { header.classList.remove('scrolled'); header.classList.add('at-top'); } // Hide on scroll down, show on scroll up if (scrollY > lastScrollTop && scrollY > 100) { header.style.top = '-100px'; } else { header.style.top = '0'; } lastScrollTop = scrollY <= 0 ? 0 : scrollY; }); }); })();