var popUpWindow;

function closePopUpWindow()
{
	popUpWindow.close();
	window.location.reload();
}


function hideInputBg(field)
{
	ipField = document.getElementById(field);
	ipField.style.background = "#fff";
}
