var fDesc=new Array(); fDesc[1] = "three separate entries into the program's folder. These are the entries for each of the three modules included in the program: Music Converter, Batch Converter and CD Ripper. Every module has its own interface"; fDesc[2] = "easily stored on you PC. It has an easy-to-use interface, which lets you carry out three main tasks: Rip audio CDs, Convert audio files between many formats, and create audio CDs, MP3 CD/DVDs, Data CD/DVDs and Video DVDs."; fDesc[3] = "clicks. The program also supports batch conversion and allows you to convert multiple audio files at once."; fDesc[4] = "convert (to and from) WAV , MP3, WMA, Ogg Vorbis files and record audio."; fDesc[5] = "efficient converter. By allowing you to select any of the four formats supported as the output format, you can keep the length of the file intact and save it using a different codec. It allows you to pre-listen to the fragment you want to cut, or to the whole file."; fDesc[6] = "format. The best about this program is the ways you have to convert your files. The input formats this useful software supports are WAV, RM, RA, VQF, AAC, AC3, M4B, M4A, MP3, WMA, OGG and more"; fDesc[7] = "to WMA, OGG Vorbis, MP3, WAV PCM, APE and FLAC files. It also supports batch conversion, lets you edit ID3 tags, supports CDDB and Playlists."; fDesc[8] = "popular audio formats including MP3, APE and FLAC audios. Easy user interface and fast conversion make this program a useful audio converter. You can add multiple audio files and folders to the batch list making the conversion even simpler."; fDesc[9] = "a unique AC3 decoder. Features user-friendly multilingual interface and includes single-mode operation for one-file conversion, batch-mode for several"; fDesc[10] = "files."; fDesc[11] = "encode WAV, MP3 and OGG files to WMA (Windows Media Audio)."; fDesc[12] = "CD-Grabber, supports MP3 from 8Kbps to 320Kbps and WMA9 (Windows Media Audio V9)"; 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 = '...'; } }