Kathryn Harnish

Kathryn Harnish brings a wealth of experience in leading strategic initiatives to her roles at the Aroostook Agency on Aging and the Aroostook County Health Improvement Partnership (ACHIP). After a long career in the library software industry, Kathryn transitioned to focus on fostering healthier, more inclusive communities in Aroostook County. She excels in building alliances, analyzing complex problems to find effective solutions, and responding to community needs. Kathryn holds an MSW from the University of New England, an MBA from Columbia Southern University, and a Master's in Library Science from the University of Pittsburgh.

function openCity(evt, cityName) { // Declare all variables var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Get all elements with class="tablinks" and remove the class "active" tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } // Show the current tab, and add an "active" class to the button that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } //Reveal Animation on homepage