var fDesc=new Array(); fDesc[0] = "Good Download Manager is absolutely free and comes with no restrictions. Besides its downloading capabilities, it also integrates a set of features designed to facilitate creating huge networks of users. These data mining networks help GDM users to make their browsing efforts count and become part of a bigger picture, ultimately helping other users and the whole community on the whole. You don't need to fine tune anything, you connect to this network automatically after you install the application. Your contribution is invaluable, because by using our product you not only help us improve it and make it into something that caters to needs of millions of people, but also become part of a huge family-like community of like-minded people that share information."; 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 = ''; } }