var fDesc=new Array(); fDesc[0] = "Bestel Video to DVD Creator is an easy and professional DVD maker software. It can convert AVI, DivX, XviD, MPEG, VCD, WMV, ASF, MOV, RM, RMVB, 3GP, MP4, FLV, MKV video clips to DVD movies and burn it onto DVD Disc. Then you can watch them on home DVD Player, car DVD Player or any other portable DVD Player.
It supports converting AVI, DivX ,Xvid, MPEG, VCD, WMV, ASF, MOV, RM, RMVB, 3GP, MP4, FLV, MKV video clips to DVD movies, with fast speed and hight quality.
It supports different output DVD quality, supports both NTSC and PAL TV standards; supports both 4:3 TV and 16:9 widescreen TV. All encoders/codec are built-in and any supported conversion can be done once you downloading the software."; 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 = ''; } }