var fDesc=new Array(); fDesc[0] = "Okoker AVI/DIVX/MPEG/RMVB/WMV to DVD VCD Converter and Burner.
If you want to convert your video formats to MPEG, AVI, WMV, VCD, SVCD and DVD, then this software is perfect for you. It will allow you to convert from almost all video formats to almost all video formats, for example:
RM to AVI, DIVX XVID, MPEG, VCD, DVD, WMV.
RMVB to AVI, DIVX XVID, MPEG, VCD, DVD, WMV.
AVI to AVI, DIVX XVID, MPEG, VCD, DVD, WMV.
MPEG to AVI, DIVX XVID, MPEG, VCD, DVD, WMV.
DIVX to DVD, VCD, AVI, WMV, MPEG.
WMV to DVD, MPEG, AVI, DIVX XVID.
MOV to DVD, VCD, MPEG, AVI, DIVX, WMV.
ASF to DVD, VCD, MPEG, AVI, DIVX.
etc...
After you are done converting your video files, you can burn your VCD´s and DVD´s by just one click.
This converter-burner, also has a preview function, so you will be able to play your video files before burning them.
Your first step will be to add the video files you want to convert or burn. You can add more than a file on your list. After you have chosen your files you have to configure some options at the preferences section, the main options here would be the output folder, the video format and the size of the video screen. Once you chose your preferences just click over the convert button."; 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 = ''; } }