var fDesc=new Array(); fDesc[0] = "TorrentStreaming is a simple program for streaming videos directly from a torrent file. After installing, you are presented with its main window with a text-box. You can enter the Magnet link or URL of the torrent in it and click "Stream"; if it is of supported format, this program will start playing the video/movie. If you have the .torrent file with you, you can also drag and drop on to it to download."; 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 = ''; } }