var fDesc=new Array(); fDesc[0] = "Tanki X is a multiplayer action game where you command futuristic tanks in fast-paced PvP combat. You can create your own tank by choosing from a variety of hulls, turrets, and camouflage, with over 70 possible combinations, and you can equip the tanks with a variety of explosive weapons such as railguns, flamethrowers, shotguns, and more. You can choose between three battle modes: Deathmatch, Team Deathmatch, and Capture the Flag."; 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 = ''; } }