var fDesc=new Array(); fDesc[0] = "TAudioConverter is a free, multi-threaded audio converter and extractor created by Okan Özcan, the developer of TEncoder Video Converter. This application is able to convert several popular audio formats e.g. MP3, WAV, FLAC, OGG, AAC, AC3, OPUS, MPC, APE, TTA, TAK etc. from one to another. It is also capable of extracting audio streams from video files and encoding them. (Note: it can do this with video files that have more than one audio stream too.) Since it is a multi-threaded application, it can use up to 16 simultaneous processes so that encoding time is minimized."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }