My CSS:
#a_x200{ visibility: hidden; width: 200px; height: 200px; background-color: black; }
My JS:
try this:
document.getElementById('a_x200').style.visibility = 'visible';