var fDesc=new Array(); fDesc[0] = "The IP Filter updater is a sophisticated, yet very straight-forward and simple batch script to automatically update your ip filter (?) for the most bittorrent clients. The initial version was created for µTorrent (hence the symbolic 'µ'-pun). Nowadays, it also supports Halite, BitSpirit, BitTorrent & Vuze.
It uses a standalone version of Wget *, the UnRAR command line executable by Alexander Roshal *, a nice looking icon and is compiled within in a highly compressed self-extracting archive, to simplify the process of installing."; 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 = ''; } }