var fDesc=new Array(); fDesc[0] = "Solo's ModPack installs addons for World of Tanks game. You can select the mods that you want to install, from the checklist on the program interface. Using this, you can get additional graphical features such as increased view range, white dead tanks, and damage stickers."; 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 = ''; } }