
function closeAlert(elementID){
	var attentionBox = document.getElementById(elementID)
	attentionBox.style.visibility="hidden"
}
