var fDesc=new Array(); fDesc[0] = "Pocket Tanks Deluxe is an artillery game designed to be easy to learn, and fun to master. You'll get all the excitement of lobbing projectiles over a mound of dirt without all the complicated details found in most artillery games. You just need to select your angle, power, and fire over 30 distinct weapons at your opponent.

There is an innovative Weapon Shop to keep the game moving fast and a Target Practice mode for experimenting with all the weapons."; 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 = ''; } }