

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

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

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

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

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

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

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

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

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