var fDesc=new Array();
fDesc[0] = "Charge in, take aim, and take off! ThinkTanks is a tank combat game designed to be a blast for the new and experienced gamer alike with lighthearted, fast paced pandemonium. Either battling against brain-hungry bots in solo play or going head-to-head against others online, ThinkTanks has something for everyone.
A riveting solo game, 4 different online game types, co-operative team play, 3 tank types, 12 different mission locations, fast-paced gameplay that's easy to learn but hard to master.
What people are saying:
ThinkTanks Inducted into MacWorld Game Hall of Fame
Peter Cohen rounds up this years best of best for Mac players, "Once again, it";
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 = '';
}
}