function ShowMenu(obj) {
obj.style.visibility = 'visible';
}
function HideMenu(obj) {
obj.style.visibility = 'hidden';
}

