var fDesc=new Array(); fDesc[0] = "This application is a module installer for the world of tanks game. It requires Windows Installer 3.1 and Microsoft .NET Framework 4 previously installed. It is fast and easy to use. The users do not need to know about Folders and files and where to put them, it is totally automated in that sense. Very easy installation and enabling/disabling of multiple mods."; 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 = ''; } }