var fDesc=new Array(); fDesc[1] = "increasingly popular in the MP3 download market. Amazon is perhaps the most popular online retailer of the world, and now they are looking into getting a share of users from services like iTunes."; fDesc[2] = "just have to drag web address from your browser and drop it in the program's basket, and it automatically downloads all the files."; fDesc[4] = "Ensure you download the latest music that you desire. Try music first before you download. Enable edit ID3v2 tag of the MP3 file including the title, artist and album before you download it. Easy to use with super friendly interface. Fast speed without seeds or sources problem. Compatible with any portable device."; fDesc[5] = "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[7] = "first- class MP3 files and combines a powerful file sharing engine with a easy to use interface."; fDesc[8] = "will help you find the most hidden media around."; 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 = '...'; } }