function removeExitPopup() {
	document.getElementById("exitglad").style.display = 'none';
}

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

function removeExitPopup2() {
	document.getElementById("exitglad2").style.display = 'none';
}

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

function removeExitPopup3() {
	document.getElementById("exitglad3").style.display = 'none';
}

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