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

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

function removePopup2() {
	document.getElementById("exitclorox2").style.display = 'none';
}

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

function removePopup3() {
	document.getElementById("exitclorox3").style.display = 'none';
}

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