function ClosePopup()
{
	document.getElementById("error_div").style.visibility="hidden";
}
function OpenPopup()
{
	document.getElementById("error_div").style.visibility="visible";
}