var fDesc=new Array(); fDesc[0] = "Torrent Viewer is simply the best torrent client ever to be created, which carries plenty of features to track and control downloads and uploads. I think the best feature is the Web UI, which enables you to easily and fully control torrent files from any PC with an Internet connection. In conclusion, Torrent Viewer is very easy to install, run and use."; 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 = ''; } }