var fDesc=new Array(); fDesc[0] = "The mad bomber is back! He's atop the city buildings, laying waste to the streets below with his deadly bombs. The Top Cop on the force has been brought forward to catch the bombs and foil the bomber. Catch the falling bombs in your bombsquad buckets and show the Department what you're made of! The Air Unit will drop you special powerup weapons to help aid in your battle against the bomber."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }