function showTop500() {
	document.getElementById('secondary').style.display = "block";
}

function hideTop500() {
	document.getElementById('secondary').style.display = "none";
}

