var fDesc=new Array(); fDesc[0] = "Ambush Pack for Pocket Tanks Deluxe. The Ambush Pack - 15 weapons:

Ambush - Surrounds your opponent with cruisers;
Beehive - A swarming hive of bees that attacks if tank is too close;
Blast Off - More powerful than Jump Jets, and clears away terrain near you;
Fire in the Hole - Makes a big hole, fills it full of Napalm, then covers with dirt;
Lob-o-Matic - Missile that bombs the target when it gets close;
Rainbow Dirt - Covers a large area of terrain with a thin layer of dirt;
Super Laser - Straight laser shot, but burns through many layers of terrain (4x);
Ground Shocker - Large spread of underground tunneling missiles;
Bouncy Wall - Builds a wall made of rubberized dirt;
Lodestones - Lots of magnetic bullets;
Particle Bomb - Explodes near tank, releasing burning shrapnel in all directions;
Magic Forest - Grows a forest of mini Magic Walls;
Buckshot - Burst of little bullets that spread out the further they travel;
Quad Missile - Four small missiles release at a distance, then home in;
Carpet Bomb - Difficult to miss at a distance, very powerful with line-of-sight."; 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 = ''; } }