var fDesc=new Array(); fDesc[1] = "another. This program also enables you to extract audio from video files. Using this conversion tool, you will be able to convert files such as Mp3, WMA, WAV, OGG, AAC, FLAC, MPC, M4A, AIFF and many more."; fDesc[2] = "files. Some of the audio files you will be able to convert to are MP3, OGG, WMA, M4A, WAV, AMR, WB, AAC. MP2, AC3, AIFF and MMF. This software has got a very friendly and intuitive interface that will guide all users on how to get their files converted from one into another."; fDesc[3] = "different audio files. Some of the audio formats this advanced software supports are OGG, MP3, WMA, WAV, RA, M4A, NB, AMR, MP2, AAC, AIFF, AC3, FLAC and MMF."; fDesc[4] = "audio files such as WMA, RA, MP3, OGG, WAV, M4A, NB, AMR, MP2, AAC, AC3, AIFF, MMF, FLAC, MP4 and many more. When converting one file into another, you will be able to set a lot of different parameters for your conversions."; fDesc[5] = "accessed by simply right clicking on a particular file you want to convert. A video file can be converted into one of the following formats: MP3, WMA, OGG, AAC, M4A WAV, AIFF, AC3, MP2, RA, MMF, FLAC, AMR_NB and AMR_WB."; fDesc[6] = "speed; - setting resulting format options; - automatic source deleting; - drag and drop support; - skin support; - editor of tags."; fDesc[7] = "options; - automatic source deleting; - drag and drop support; - skin support; - editor of tags."; fDesc[8] = "format options; - automatic source deleting; - drag and drop support; - skin support; - editor of tags."; fDesc[9] = ", AMR, AIFF, FLAC, MMF, RA, MP2. High speed, excellent quality."; fDesc[10] = "files - converting in one click! - high speed; - setting resulting format options; - drag and drop support; - editor of tags."; 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 = '...'; } }