var fDesc=new Array(); fDesc[0] = "Ares Galaxy Acceleration Tool is an innovative traffic accelerator for Ares P2P. Through an innovative traffic optimization algorithm, it can speed up the Ares downloads up to 300%. The tool is designed to support the Ares multi-source downloads and addresses especially the situations with slow sources. It features the ability to increase the download speed from slow sources, is a stable and low resource consumer, offers a straightforward user interface, and more."; 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 = ''; } }