See how I have added a line here. This is the code you need to include for FF and other browsers. And I also added for the hidden part.
Code:
imgbox.style.visibility='visible';
imgbox.style.display = 'block';
This is for the hidden.
imgbox.style.visibility='hidden';
imgbox.style.display = 'none';
You're welcome.