var fDesc=new Array(); fDesc[0] = "Total MP3 Converter is the tool you will love to convert your files to mp3. Its user-friendly interface helps you not to get lost in all the settings. The conversion process is divided into several simple steps. Most work can be done automatically with a few mouse clicks. You can convert many files in batches regardless of their source formats and target formats. Total MP3 Converter saves you money, time and nerves.

Source formats are MP3, RA, APL, MPC, MP , M4A, MP4, TTA, OFR, SPX, WAV, OGG, WMA, FLAC, CDA, AAC, APE, MPP, WV, XM, IT, S3M, MOD, MTM, UMX."; 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 = ''; } }