function hideoverlay()
{
	obj = document.getElementById("meldungbox");
	obj.style.display = "none";
}
