function moreBox() {
	document.getElementById('more-box').style.display = 'block';
}
function editorsBox() {
	document.getElementById('editors-box').style.display = 'block';
}