function showmenutop(elmnt){
document.getElementById(elmnt).style.visibility="visible";
}
function hidemenutop(elmnt){
document.getElementById(elmnt).style.visibility="hidden";
}

