var fDesc=new Array(); fDesc[1] = "is to make easier to play, convert and transfer music from your computer or portable mutimedia player, it even includes an online store to compete with Itunes"; fDesc[2] = "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[3] = "RM, MP3, WAV and WMA file format using the batch conversion tool. Batch conversion tools also enables you to change the bit rate or number of channels for the resulting audio file."; fDesc[5] = "really suffice for quick CD rips. The application consists of a single window. There, when the application detects an AudioCD, you will be able to input the CD information (artist, album, genre, year)."; fDesc[6] = "common multimedia file formats, such as MP3 or WAV, to AMR format, or output AMR audio files to MP3/WAV audio format. You will just need to choose which kind of conversion you want to perform, and then choose the file to convert, and the path and name of the destination file."; fDesc[7] = "mobile phone. This program can edit and convert music files into ringtones, and save it in acceptable for the phone format for further download it into your mobile. The ready ringtones can be loaded from your PC to mobile phone via cable, Bluetooth, or IR-port."; fDesc[8] = "CD-RW drive on your computer and virtually burns the CD from the player. It supports the most popular music file formats (OGG, WMA, AAC, MP4, M4P, MP3, etc.), no matter they are DRM protected or not, and outputs unprotected MP3, WMA or WAV format files."; fDesc[9] = "format into another. The program supports several audio files, including the most popular ones and some that are not very well known."; fDesc[10] = "MP4 video format). It's the best solution to convert DVD to PSP movie."; fDesc[11] = "loaded into your favorite DVD authoring program and burned to disc. Just imagine, your entire family photo collection converted to everlasting 1's and 0's."; fDesc[12] = ", etc. and extract audio from WMV, M4A, M4V, M4B, AC3, WAV, WMA. It also supports batch conversion, customized DRM removing, and lets you adjust bit rate, sample rate, sound channel, etc."; fDesc[13] = "includes virtual CD writer which helps the user to convert music files using CD burning capabilities of media player tool. The latest version of ShareDRMusic is supporting Apple iTunes, Window Media Player and Real One Player."; fDesc[14] = "convert your photo, video and music files into optimized formats to be used on your portable devices. Some of the portable devices the program supports are the MP4 player, iPod, PSP and many more."; fDesc[15] = "lets you convert DRM protected WMA to different portable devices, including PSP Player, iPod, Zune Player and more. This program supports a vast quantity of output formats, for example, Mp3, AC3, WAV, OGG, WMA, AC3 and APE."; 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 = '...'; } }