var fDesc=new Array(); fDesc[3] = "used by Ares Galaxy SpeedUp PRO generates dramatically decreases of downloading time."; fDesc[4] = "is compatible with the leading P2P networks including LimeWire, Ares Galaxy, and BearShare.Our first product is MP3 Music Downloader and we hope it will be adopted by many P2P users.MP3 Music Downloader is compatible with leading P2P networks like Ares Galaxy, LimeWire, and BearShare. Thousands of high quality MP3 music files can be downloaded in a matter of seconds and listened to with the built in MP3 player.Because MP3 Music Downloader shares with BearShare, Ares Galaxy, LimeWire, and other P2P networks you can download from more than 50 million users worldwide."; fDesc[5] = "search and download of media files easier. The tool supports the most popular P2P network protocols which facilitate smoother file sharing over the net."; fDesc[8] = "experience. Ares Gold completely eliminates the performance problems that have plagued other P2P networks."; fDesc[9] = "easy to install and use and once you have done that you will find the files you want with far more speed than before"; fDesc[10] = "dramatically."; fDesc[11] = ", software programs, etc. Search for, download, and share, unlimited files."; fDesc[12] = "network like Gnutella, Kazaa and Morpheus with great speed. It has built-in media player, media organizer and chat."; fDesc[13] = "next generation file sharing program that has been optimized to efficiently download music, movies, and other media files from Ares."; fDesc[14] = "files and offers a file list generator to make a searchable database of files so you can anytime track all files."; fDesc[15] = "download process and finds the files you desire with far more power than regular searches."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }