function show_flash(id)
	{
	document.getElementById(id).outerHTML = document.getElementById(id).outerHTML;
	}