Skip to content

JUSTIN STONE

Position(s): In Loving Memory
Professor Emeritus, School of Business

Department(s): Faculty

MBA, Iona College • BBA, Hofstra University • AA, Nassau Community College
“In reviewing my business career it became obvious to me that much of my success was due to the efforts of several outstanding instructors. In forecasting the balance of my time on this side of the earth, I decided to pay back to others the good that had been done to me. Teaching became my late- in-life ministry. The College of Westchester was the first school to let me bring my abilities to those whose careers might benefit as had my own. The College also introduced me to many like-minded individuals who were already engaged in full-time teaching.”

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });