function ClosePop() {
	document.getElementById('menu_top_pop').style.visibility = 'hidden';
}

function ShowPop() {
	document.getElementById('menu_top_pop').style.visibility = 'visible';
}
