document.getElementById('popup').onclick = function () {
	this.style.display = 'none';
}
