// JavaScript Document
function $(element) {
  return document.getElementById(element);
}

function menuSH(obj,mod)
{
	$(obj).style.display = mod;
}