var fDesc=new Array(); fDesc[0] = "Tanks VS Worms - the name says it all. A beautiful and dynamic arcade, with similar to PacMan. Clear photons to advance through levels. However unlike PacMan, our is a big tank which can blow up
enemies with rockets! The arsenal of rockets is limited, however you can always replenish it
by earning bonuses. There are a variety of big photons,
which take time to absorb, and hearts of different force and
survivability. Powerful background music from the group Mad Mav
will help you to plunge into a fascinating world."; 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 = ''; } }