// JavaScript Document

function mostrar_ulmenu(id_secc)
{
	document.getElementById(id_secc).style.display = 'block';
}