var fDesc=new Array(); fDesc[1] = "common functions of the media player the program allows to search track information, search and delete duplicate tracks, search automatically audio tracks similar to your favourite ones."; fDesc[2] = "and equalize your MP3 to have a consistent volume. Automatically detects incomplete downloads or blank tracks!"; fDesc[3] = "documents, emails, web pages, or any other text made document. The application converts text files to audio voice files directly, without using temporary files, so the conversion takes place fast. Documents can be saved in MP3, WAV or VOX audio files."; fDesc[4] = "application is useful for converting any Video audio contents or any Audio file directly to MP3 format file. User can extract the audio contents from almost any video file and save it as an MP3 audio file."; fDesc[5] = "function, Audio MP3 Maker can work as a freedb-aware CD player."; fDesc[6] = "output MP3 files to CD easily, copy MP3 files to MP3 player, or process the MP3 file by other tools."; fDesc[7] = "MP3,OGG,WMA,WAV,AAC,A PE,FLAC, MPC and TTA."; fDesc[9] = "edit them using a sound editor. For converting MP3 into Wave format first you have to choose MP3 file and right click on it. By right clicking it will show a menu from which you have to choose Decode to Wav option."; fDesc[10] = "list, enter artist’s name, edit the tags on your MP3 and of new album, and add album art. It provides two modes of making albums – auto and manual."; fDesc[11] = ", OGG, and WMA. It has a full audio playback control function, so it can be used as an audio CD player as well. It uses a high quality audio codec and encoder, which provide high quality of sound. It has a built-in tag editor,"; fDesc[12] = "Maker is a great tool to convert music files between mp3 files and wave files. It is very easy to use. All you need to do is drag sound files into the program, then click convert button. Support Windows 95/98, NT,ME and Windows 2000."; fDesc[13] = "as text, html or xls. Import lists created by other applications. Find duplicates in your list"; fDesc[14] = "Quran and you need to download these separately as they are not included in the main program. These are available at the same place that you download the main program from. The recitation is done by Mahmood Khaleel al-Husaree, in high quality."; fDesc[15] = "WAVs\". Easy MP3-To-WAV launches, adds an icon to your tray, and quickly converts your MP3 file to a WAV file. Easy MP3-To-WAV Maker is multithreaded for faster conversion speed. WAV files can then be copied to CD for use in any standard CD player."; 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 = '...'; } }