var fDesc=new Array(); fDesc[0] = "Torrent Fake Download Upload Software is a free software to fake torrent rating. This is a cheat system for torrent sites.
It can be used to reports fake download and/or upload (it's configurable) to the torrent server.
You can use it on your local computer, binding on loopback (127.0.0.1) or you can install it on a server and use on multiple computers. For security reasons you can use authentication by user name and passord."; 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 = ''; } }