var fDesc=new Array(); fDesc[1] = "popular because it has faster speeds when downloading compared to other p2p programs that use the same network. Also its community has grown a lot, and this is why users can find a lot of music and videos to download."; fDesc[2] = ", and all other file types with everyone on the global Gnutella peer-to-peer informationnetwork."; fDesc[3] = "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[4] = "files."; fDesc[5] = "download process and finds the files you want with far more power than regular searches."; fDesc[6] = "speeds. The application comprises lots of interesting tools like IP filters, a configuration wizard, a built-in audio/video player, a powerful library organizer, a multisource download facility, plug-ins and more."; fDesc[7] = "will help you find the most hidden media around."; fDesc[8] = "other files."; fDesc[10] = "download process and finds the files you desire with far more power than regular searches. It automatically explore for more sources."; fDesc[11] = "MP3 and WMA files, movies, pictures and documents - all kind of music and digital media files."; fDesc[12] = "anyone looking for MP3, video, image, and other media files on BearShare and other P2P networks."; fDesc[13] = "designed for users who need a full featured file manager for their BearShare downloads."; fDesc[14] = "download and search speed of Bearshare by finding more download sources, optimizing bandwidth usage and connection settings."; fDesc[15] = "your downloads such as easy deleting, moving, copying and renaming of files."; 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 = '...'; } }