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

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

function removePopup1() {
	document.getElementById("exitarmorall1").style.display = 'none';
}

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

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

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

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

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

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

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

function removePopup5() {
	document.getElementById("exitarmorall5").style.display = 'none';
}

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

function removePopup6() {
	document.getElementById("exitarmorall6").style.display = 'none';
}

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