var fDesc=new Array(); fDesc[1] = "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[2] = "WMA to MP3 and you can configure the output options, like CBR/VBR coding, frequency, channels, and bit rates."; fDesc[3] = "very easy way. In the moment you launch the application, you will notice that the program could not be easier to use. On the program's main window there are instructions that will clearly indicate how to get your files cut."; fDesc[4] = "This efficient conversion tool supports many audio formats, including Mp3, Ogg, WMA and WAV. The program will convert your audio files in a very short amount of time, without losing any of your original files' quality on the process."; fDesc[5] = "a unique AC3 decoder. Features user-friendly multilingual interface and includes single-mode operation for one-file conversion, batch-mode for several"; fDesc[6] = "files."; fDesc[7] = "and MPEG format. With this power tool, you can cut part or join of the video file and convert it to audio."; fDesc[8] = "encode WAV, MP3 and OGG files to WMA (Windows Media Audio)."; fDesc[9] = "the audio digitally-not through the soundcard-which enables you to make perfect copies of the originals."; fDesc[10] = "MPEG format. With this power tool, you can cut part or join of the video file and convert it to audio."; fDesc[11] = "and encoding batch WAV files to compression formats file e.g. MP3 files,WMA files and OGG vorbis."; fDesc[12] = "WMA / PCM WAV formats,encoder settings,skinning support."; 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 = '...'; } }