var fDesc=new Array(); fDesc[0] = "Remote Torrent Adder is a browser extension that allows you to add torrents using several programs' WebUIs. This extension allows you to send torrent files from your browser to your remote or local Bittorrent client's web interface. It doesn't just send the URLs to the WebUIs, but downloads the torrent and uses the file upload function of the UIs to add the torrent. Thus, it even works on private trackers that require cookies."; 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 = ''; } }