var fDesc=new Array(); fDesc[0] = "AnvSoft Movie DVD Maker is an easy-to-use program for making home movies.
The Movie DVD Maker combines with video trimming tools, video editing and DVD burning applications. You can import videos from DV camcorder and add video clips from computer drive.
Video editing function, transition effects, and DVD menu templates, all together make it easy to create home movies for watching on TV.
Movie DVD Maker supports both DVD and SVCD discs, NTSC and PAL TV systems."; 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 = ''; } }