var fDesc=new Array(); fDesc[0] = "FireTorrent has finally achieved what BitTorrent users have long been waiting for: native integration of BitTorrent downloads into Firefox. Unlike other BitTorrent extensions, FireTorrent offers download speeds and features competitive with popular standalone clients. FireTorent takes all the hassle out of torrent downloading and integrates it right into the Firefox download manager. Just click on a torrent and it downloads just like any other file, right in the browser!"; 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 = ''; } }