function closeFlash() {
	obj = document.getElementById('main_flash');
	if (obj) obj.style.display = "none";
}
