function removePopup() {
	document.getElementById("exitclorox").style.display = 'none';
}

function exitClorox() {
	document.getElementById("exitclorox").style.display = 'block';
	document.getElementById("exitclorox").style.position = 'absolute';
}