var fDesc=new Array(); fDesc[0] = "Wot Numbers is an application you can use to keep track of your World of Tanks progress and performance, such as win rate, wn8 (and other ratings), and more or less all other parameters that are produced after each battle. This application has three main views; Home Screen with your overall stats, Tanks view with a list of your tanks, and Battles view with a list of your recent battles."; 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 = ''; } }