var fDesc=new Array(); fDesc[0] = "Free Video DVD Creator is a lightweight, powerful and rock-solid free DVD burning application that provides users with the best solution to create their own movie DVD.

Main features:
- Create movie DVD to play in home DVD player.
- Create DVD disc from HD or SD videos.
- Create Blu-ray DVD & bootable discs.
- Burn pre-made home video DVD folder (VIDEO_TS) to DVD."; 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 = ''; } }