var fDesc=new Array(); fDesc[0] = "AVI to VCD SVCD DVD Converter is a powerful tool for converting AVI files to VCD, SVCD, DVD and MPEG1/2 formats. From an easy-to-use interface, the program can convert AVI (DivX, Xvid) files, so that they can be played on your VCD or DVD player. It also support batch file conversion. The program can set NTSC or PAL format for output files and PAL-to-NTSC conversion. Additionally, it allows you to customize the output video size.
Some functions are disabled in the trial version. You can only convert about 10 second length per media file to other format, or add watermark."; 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 = ''; } }