var fDesc=new Array(); fDesc[0] = "Shareaza UltraBooster is a little application that once installed will heighten the functionality of your Shareaza file sharing client and help you grab files online with increased speed.

Through the use of the best technology available in this area, the software interacts perfectly with your original download program and activates a plus of performance by optimizing your Internet connection, relieving traffic clogs and making the searching through multiple resources easier."; 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 = ''; } }