
var arrowsL = "images/homepage_art/monthlyMailer_01.gif";
var arrowsD = "images/homepage_art/monthlyMailerD_01.gif";
function handleParent(parentID){
	myparent = document.getElementById("menu" + parentID)
	if (myparent.style.display=="none") {
		myparent.style.display = "block"
		
	} else {
		myparent.style.display = "none"
		
	}
}