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

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

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

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