var fDesc=new Array(); fDesc[0] = "American soldier Jack Jackson storms into battle with his tank to liberate a peaceful country from terrorists and other enemy forces. Feel the tank rumble! Crush the enemies with accurate and quick shots. But be careful, as your tank is so powerful that it can bulldoze whole levels and civilians easy can get under the steel beast! You must decide who will live and who will die. A powerful boss awaits you at the end of each level. Each one has his own unique AI and battle tactics. Are you ready to feel the tank's power and take back your country from the evil terrorists? Then download the game,soldier, and take the fight to them!!"; 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 = ''; } }