var fDesc=new Array(); fDesc[0] = "MP3AVI Video Converter can download videos from the Internet and convert them to other formats. It has a simple and easy-to-use interface. For downloading the video, only the URL is required by the program. Thus, capturing of video from browsers is not required. You can also disable the video conversion option if it is not necessary.

The list of output video types is small compared to other programs. But this is good program, since it is freeware."; 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 = ''; } }