var fDesc=new Array(); fDesc[0] = "AresGalaxy Ultra Accelerator is a plugin for Ares Galaxy p2p client designed to improve the download speed. Its architecture allows it to automatically find more download sources than the native client. Also, it gives you access to detailed statistics about your download process including duration of acceleration, Internet connection, profile, the number of bytes sent and received."; 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 = ''; } }