function menu(idmenu, type){
	if (document.getElementById("mdown" + idmenu)) document.getElementById("mdown" + idmenu).style.display = type;
}