var fDesc=new Array(); fDesc[0] = "TANK@WAR is a solo and team-based multiplayer 3D online game dedicated to armored warfare set in the modern age. You throw yourself into epic tank battles shoulder to shoulder with other tank commanders to dominate the world with tank supremacy. The tank workshop offers a wide choice of tank parts to customize the tank to your needs."; 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 = ''; } }