var fDesc=new Array();
fDesc[0] = "AVCWare Video to Audio is designed to extract music or episodes from a movie. Supported video and audio formats include AVI, MPEG, WMV, MP4, FLV, MKV, H.264/MPEG-4, DivX, XviD, MOV, RM, RMVB, M4V, VOB, ASF, 3GP, 3G2, SWF, H.261, H.264, MP3, WMA, AAC, WAV, CDA, OGG and HD videos. With this converter, you can get MP3, WMA, WAV, RA, M4A, AAC, AC3, OGG or Sun AU audio from movies.
You can process multi-conversion and batch conversion at the same time. You can freely edit music ID3 tag info and change audio parameters to output when converting video to audio.";
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 = '';
}
}