function depthChangeUp(){
	document.getElementById('MENU-FLASH').style.zIndex = 15;
}
function depthChangeDown(){
	document.getElementById('MENU-FLASH').style.zIndex = 5;
}


