var fDesc=new Array(); fDesc[0] = "uTorrent has finally made it in their big family of most popular boosters for filesharing programs. Users of the uTorrent client will be now able to enjoy increased speed and full search optimization using this new highend implement. This simply means you will download more and faster your favourite files (movies, music, documents, applications and other) due to higher speed and improved search from multiple sources."; 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 = ''; } }