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

