var fDesc=new Array(); fDesc[0] = "Movie Torrent is a powerful and reliable application for searching, downloading and sharing any type of file you wish. It allows you to add multi-tracker information to the torrent and bears simultaneous downloads, download queue, selected downloads in torrent package, fast-resume, disk cache, speed limits, port mapping, proxy and IP-filter. You can watch a detailed graph of your download activity, transfers, cache or database at any time."; 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 = ''; } }