var fDesc=new Array();
fDesc[0] = "Free Convert MP4 Video to AVI format with Super Fast Speed on Windows (10).
WinX Free MP4 to AVI Converter is a perfect yet free MP4 to AVI video converting application. It is able to free convert MP4 video file to AVI format that can be played by many mainstream media players and can be edited further. In addition to free converting MP4 to AVI, this high-quality MP4 to AVI conversion freeware also enables user to extract images from AVI video to save them as PNG formats.
Being fully customer-oriented, this free MP4 to AVI video converter can let user to control all the audio and video parameters according to the need. Hyper-threading technology and High Quality Engine supported, it provides fast speed and high quality in converting MP4 to AVI on Windows (10) PC. Furthermore, users are enabled to convert more than two videos at a time or convert any video segment.";
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 = '';
}
}