var fDesc=new Array();
fDesc[0] = "AC3 Audio Converter convert any audio to AC3, extract audio from video and save as ac3 and trim, merge audio files on Windows 7, Vista, XP
* Convert WAV, MP3, WMA, M4A, MP2, AMR files to AC3 audio on Windows 7
* Extract audio from AVI, WMV, MP4, 3GP, MOV, VOB, MPG, FLV etc to AC3 audio
* Trim, split, clip one audio files into several parts and merge several audio files into one";
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 = '';
}
}