var fDesc=new Array(); fDesc[0] = "Dynamic and exciting shooting game with excellent graphics and special effects. You control a tank that can rightly be called the ultimate weapon! Your task is to destroy the enemy at all costs! At your disposal is the most modern armament: standard cannon, rocket, machine gun, explosive bullets, and more. It is also equipped with a tank unit delay time, increasing speed, the speed of reaction and repair machine several times. A variety of enemies, turrets, and a lot of interesting missions are waiting for you. Use the power of the tank properly, and the enemy has no chance of survival!"; 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 = ''; } }