function _eWClose(xwin)
{
	if (document.getElementById(xwin).style.display == "") {
	document.getElementById(xwin).style.display = "none";
	}
}
