var fDesc=new Array(); fDesc[0] = "The Universal Torrent Checker is a freeware program that allows you to track your torrents and check theirs updates. For example, you've downloaded a couple of episodes of your favorite serial. And you know that the next episode should appears some day soon. Just add this torrent to Universal Torrent Checker, and this will be tracked by the program."; 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 = ''; } }