var fDesc=new Array(); fDesc[0] = "Bestel Video Converter Suite is a powerful tool for converting video for playback on your player. It can convert almost all video formats (e.g. DivX, XviD, AVI, WMV, MPG, MPEG, ASF, RM, RMVB, MOV, ASX, SVCD, VCD) with batch conversion capabilities. At the same time, you can also select the video and audio parameters for the resulting video file, and adjust its framerate, image size, aspect, audio channels, as you like.

The program uses a compact, intuitive interface that allows you to convert your files in three steps: choose the source video, select a profile, and start the conversion."; 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 = ''; } }