var x;
function submenu(a, id, status) {
	if (a != "") {x = a;}
	if (status == "block") {x.style.background = "#39885C";} else {x.style.background = "none";}
	document.getElementById(id).style.display = status;
}
