var fDesc=new Array(); fDesc[0] = "Enemy tanks have broken the lines and captured a city of strategic importance. Your mission as an anti-tank cannon commander is to repel the occupiers and reclaim the city. Stay alert—enemy tanks come in three weights, each with its own unique characteristics and abilities. And if you happen to detect the enemy command car, you must try your very best to destroy it. The freedom of the city and all of its inhabitants depends on you. The game features 3D graphics with more than 50 levels full of enemies with unique abilities."; 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 = ''; } }