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';
}

function removePopup4() {
	document.getElementById("exitclorox4").style.display = 'none';
}

function exitClorox4() {
	document.getElementById("exitclorox4").style.display = 'block';
	document.getElementById("exitclorox4").style.position = 'absolute';
}
//Adding sidePromo popup for Spanish site to inform spanish customers they are leaving the spanish site when clicking a link 
function removePopupSidePromo() {
	document.getElementById("exitcloroxsidepromo").style.display = 'none';
}
function exitCloroxSidePromo() {
	document.getElementById("exitcloroxsidepromo").style.display = 'block';
	document.getElementById("exitcloroxsidepromo").style.position = 'absolute';
}

