var fDesc=new Array(); fDesc[1] = "to WAV, but also to WMA. You can also convert from one MP3 file to another MP3 file in order to change its bitrate. You just need to right-click the audio file and select the output format of your choice, and MP3 To Wave Converter PLUS will start working."; fDesc[2] = "9x/Windows NT and Windows 2000."; fDesc[4] = "CD disc. When running the application, it installs all the necesary commands into the context menus that will appear when selecting a music file with the right mouse button, with its own icon shown."; fDesc[5] = "found one. Bingo RM to MP3 Wave Converter enables you to convert RA, RM, and RMVB files into Mp3 and WAV files. This application also allows you to extract audio from Real Video files."; fDesc[8] = "files to mp3 files with this extremely easy to use conversion tools."; fDesc[11] = "program will allow you to add as many Mp3 files as you want into the program's list and convert them all at the same time with a very fast conversion speed and an outstanding quality level."; fDesc[14] = ", wonderful output quality."; 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 = '...'; } }