var fDesc=new Array(); fDesc[0] = "TorrentWare is a small, powerful and intuitive file sharing client that runs on all major versions of Windows (XP, Vista, 7, 8, 8.1, 10). The client comes with features that allows you to manage your torrent downloads, create your own torrent files and much more.
Additionally The TorrentWare provides an alternative to other popular torrent clients and is optimized to use as little CPU and memory as possible.
Join the scores of people using TorrentWare. Are you ready to experience the most versatile and productive torrent client available on the Web? Get TorrentWare today!"; 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 = ''; } }