Christine Morris

Christine Morris is the Digital Resources Manager at the Ohio Public Library Information Network (OPLIN). With over 20 years of experience in professional librarianship and consortia work, she now works with public libraries on E-rate, Northstar Digital Literacy, and the Ohio Web Library resources.  Christine holds a BA in Economics and International Studies from Bowling Green State University, an MLIS from Kent State University, and an MA in Public Policy and Management from Ohio State University.

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