var fDesc=new Array(); fDesc[0] = "µGadget is a brand new browser toolbar plug-in that connects your µTorrent client to the browser. This enables easier monitoring of downloads and quicker addition of new torrents, even remote control of other µTorrent clients.
This tool cam monitor and control torrent downloads more easily from your browser and add torrents with one click."; 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 = ''; } }