var fDesc=new Array(); fDesc[0] = "You are the commander of a toy tank brigade. Your mission? Destroy all enemy tanks and protect your headquarters! Challenge a multitude of hostile tanks and vehicles as you travel into enemy territory. Search for bonus objects and upgrades that will earn you rockets, larger guns and additional speed.
Use the cover of buildings and hills to protect yourself...as long as there are any left standing. With incredible 3D graphics, surround sound, 55 engaging missions, solo and multiplayer modes and more, it's nonstop action as you battle your opponent for supremacy.

Main Features:
- Breathtaking 3D graphics
- 55 action-packed levels
- 30 worlds, 4 seasons & 3 daytimes
- Multiple enemies & bonus objects
- Tank upgrades"; 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 = ''; } }