var fDesc=new Array(); fDesc[0] = "Torrents Open Registrations Checker is a simple application that verifies the Torrent/Tracker sites looking for open or closed registrations. The program features a nice and intuitive user interface that makes it very easy to use, especially for beginners. It also includes a huge list of famous trackers that can be viewed in two modes: list and details. There are also several shortcuts and hotkeys that you can use to make it even more user-friendly. It also allows you to customize the search and tracker settings the way you want, add sounds, select the icons, set a timer, among other things. This version features many improvements and bugs fixes that include a complete redevelopment, new filters, grouped view, find function, automatic Tracker importer, fast parallel searching, the ability to add your own adds, tracker description on MouseHover and many more. All in all, with Torrents Open Registrations Checker you will never lose a tracker again.
It supports Windows XP, 2003 and Vista."; 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 = ''; } }