var fDesc=new Array(); fDesc[0] = "IBN Video to DVD SVCD VCD is a powerful tool to convert AVI, DivX, XviD, MPEG, VOB, DAT, WMV to DVD, SVCD, VCD format files that can be played on your VCD/DVD player. It allows to specify NTSC or PAL format of output file, generate *.m2v and *.mpa file for DVD author, PAL-to- NTSC conversion and vice versa. Supports AVI(DivX, XviD, MPEG4...), MPEG1, MPEG2, DVD(.VOB), VCD(.DAT), ASF/WMV, RM/RMVB etc video formats. The user-firenldy and easy-to-use interface lets you set begin-time/end-time for each video and batch convert. Very quick in conversion speed and no quality is lost! Key Features: * Supports AVI(DivX, XviD, MPEG4...), MPEG1-2, MP4, RM/RMVB, DVD(.VOB), VCD(.DAT), ASF/WMV formats. * All supported formats to DVD, SVCD, VCD format. * NTSC/PAL setting option * Can output *.m2v and *.mpa for DVD Author * Split big file to several small segment * Support edit start-time and end-time for each video. * Support Batch convert. * Support large video file, even large then 2GB * Very fast and without any quality loss. * Very User-friendly interface and easy to use."; 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 = ''; } }