var fDesc=new Array(); fDesc[0] = "In Pixel Tanks 3D you will find beautiful graphics (even if you have a weak device), addictive gameplay and fun music. All you have to do is destroy as many opponents as possible, as well as hold out as many waves as possible. As soon as you press the "play" button, you will immediately see the goal and at first it will be easy to reach it, but the more waves you go through, the more health of opponents, and every 2 waves of opponents becomes 1 more, so in order to hold out for a long time you need to be a professional in shooting and thinking out tactics."; 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 = ''; } }