var fDesc=new Array(); fDesc[0] = "Amor AVI DivX to VCD SVCD DVD Converter is a powerful tool to convert AVI, DivX, XviD, MPEG, VOB, DAT, RM, and WMV to DVD, SVCD, and VCD format files that can be played on your VCD/DVD player. It allows you to specify NTSC or PAL format of output file, PAL-to-NTSC conversion, and vice versa. input previewing; high audio quality; Batch convert video to VCD, SVCD, and DVD format. The application supports AVI (DivX, XviD, and MPEG-4), MPEG-1, MPEG-2, and DVD(VOB), VCD(DAT), ASF/WMV, and RM/RMVB video formats. Skinable UI with 13 built-In skins. The very user-firenldy and easy-to-use interface lets you easily preview video files and batch convert."; 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 = ''; } }