var fDesc=new Array(); fDesc[0] = "Get access to millions of songs on the Ares network. You’ll find over 200 million titles on the Ares network, with keyword, artist and song search modes for easily locating any kind of MP3 file. Ares Vista automatically filters out corrupt MP3 files and rates all search results for quality and availability.
Fast file Downloads Ares Vista optimizes the use of bandwidth and gives priority to file hosts with a broadband internet connection. This guarantees excellent download speeds and prevents downloads from hanging up. Manage and enjoy your MP3 collection"; 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 = ''; } }