function mudaDisplay (id, display)
{
	document.getElementById(id).style.display=display;
}