var fDesc=new Array();
fDesc[0] = "Total Audio MP3 Converter converts 270 audio and video formats to 25 audio formats. With the audio converter, you could convert a file to another audio format, extract audio from a video file, resample audio file, rip audio CD, DVD, or Blu-ray disc to common audio format such as MP3, AAC, Opus, etc.
Total Audio MP3 Converter offers many useful features, for example: converts multiple files and combine to a single one file, extracts specific audio stream from video file that contains multiple audio streams, converts part of original file, supports multiple channels, supports multi-thread conversion, supports up to 160 audio codecs, keeps date/time modified/created of original, supports batch conversion, keeps ID3 tag, and so on. You can also set audio codec, sample rate, bit rate, channels, and volume of target format.";
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 = '';
}
}