var fDesc=new Array(); fDesc[0] = "Tank In Action is an interesting shooting game for free. The first game that combines typical racing and physics with a tank in action. The game contains 24 levels and simulates real world gravitation, friction and tension. Prepare yourself to master the rocky tracks. Move or simply blow up things in your way. And to destroy the enemy soldiers and their vehicles! Use W A S D keys to move, MOUSE to aim and fire the cannon of the tank."; 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 = ''; } }