function growDiv() {
	document.getElementById("dropDown").style.height = "520px";	
}

function shrinkDiv() {
	document.getElementById("dropDown").style.height = "40px";	
}