fai una prova velocissima, cambia
document.getElementById(menuId).style.display = "block"; }
in
setTimeout('document.getElementById("'+menuId+'"). style.display = "block"', 50);}