var fDesc=new Array(); fDesc[0] = "MediaGet is one of the most popular bittorrent clients
If you decided to install the bittorrent client MediaGet, one of the best bittorrent clients and so now available to a wide range of users, to your computer, it's an easy thing to do. Download it and enjoy the easy-to-use bittorrent client after the restart! The operating system of your computer should be Windows XP, 2000 or higher, or MacOS to install MediaGet."; 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 = ''; } }