var fDesc=new Array(); fDesc[0] = "Artillery Tower is an interesting shooting game for free. Stand alone atop an old tower and defend it for as long as you can using a variety of weapons. Between waves you can buy new weapons, repair your tower, and purchase aid from the air force which lets you call for strategic air strikes. Aim using the MOUSE and LEFT CLICK to shoot. Press SPACE BAR to reload and Z to call an air strike. Use the number keys 1-7 to switch guns."; 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 = ''; } }