// JavaScript Document

	function showExplore() {
		document.getElementById("program-dropdown-menu").style.display = "block";
	}
	
	function hideExplore() {
		document.getElementById("program-dropdown-menu").style.display = "none";
	}