var fDesc=new Array(); fDesc[0] = "As a professional and all-in-one DVD burner software, Acrowsoft DVD Creator provides you an easy-to-use tool to convert and burn DVD movies from video files. It can create DVD from all popular video formats such as AVI, DivX, Xvid, MPEG, WMV, MP4, MOV, RM, etc. Then you can play the DVD on any portable or home DVD player.

Acrowsoft DVD Creator offers a unique platform to create DVD menu, so, you can personalize your DVD as your needs. In addition, image and music background inserting features are available by Acrowsoft DVD Creator, any menu title or film clip opening can be attached to your DVD disc to customize it. This DVD Maker also presents powerful video editing functions, such as video effect adjustment, duration trimming, video cropping, watermark creation and some parameter settings for advanced users."; 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 = ''; } }