var fDesc=new Array(); fDesc[1] = "songs you like. You can move audio files, to your mobile phone. Drag and drop audio files straight from an audio CD to the program window. Then these audio files will transfer in to the phone memory."; fDesc[2] = "suite is for both, unexperienced and advanced users. It has an intuitive and easy-to-use interface. You can use it to: create sound files for music CDs, improve your music files thanks to advanced audio filters, create amazing remixes, analyze advanced data like frequency or bitrate, etc."; fDesc[3] = "well as other sources of entertainment over the Internet available absolutely free of cost. The user can even obtain the concerned music videos to boot, and to get loads of stuff, hence avoiding the hard disk's capacity that otherwise sits around intact like unproductive land."; fDesc[4] = "application has to be downloaded and launched at the user PC. The way it operates is by creating a P2P channel between user PC and the eMusic site."; fDesc[5] = "twenty of the best known file formats and it allows you to add many more using different plugins and freely-available codecs. Play the music you like wherever it is - on your computer, in FTP folders or on the web. Create dynamic playlists and burn them to CD with the Ashampoo BurnIt! Add-On."; fDesc[6] = "It includes two players with their own play lists, four great effects, pitch control, 6 loop times, 5 Cue Points and good search engine for audio files on your hard disk."; fDesc[7] = "tracks on line. Fraunhofer technology is used for music recognition. Real analysis for audio files, that match the user search rules on PC, MP3 player or iPod device. The built-in MP3 Manager detects music files analysing them before they're on the list."; fDesc[8] = "efficient wish-list function, a built-in directory of Internet radio broadcasters containing thousands of listings, an updateable music database, access to dozens of music genres, multiple parallel streaming from an unlimited number of Internet radio stations and lots more."; fDesc[9] = "and various transition effects. As a result you can get a standalone executable (.exe) file with music, images inside."; fDesc[10] = "Pte Ltd. There is a trial version available from the developer’s website. We can select to download it as an exe file or as a zip file. We can evaluate it for 30 days. This software is an alarm clock plus a reminder for Windows."; fDesc[11] = "overly complicated menu structures. Free software from the author of the Hal Spacejock series."; fDesc[12] = "plays results. Create sorted Text or HTML lists of all MP3's. Includes a Favorites list, color schemes, Tag file editor. Brilliant."; fDesc[13] = "multiple file in just one go. The tool is called Extra Renamer. Extra Renamer has great drag and drop facility along with coping them to a single folder in just one go. Extra Renamer can also do all this operations from your writable CD/DVD and flash drives."; fDesc[15] = "your MP3 players or computers, you will enjoy your favourite music at any time!"; 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 = '...'; } }