var fDesc=new Array(); fDesc[0] = "The software features a simple storyboard view for basic video sequencing and a more advanced timeline view giving you greater control over your movie clips, audio tracks, and transitional effects.
ArcSoft ShowBiz® DVD 2 is a simple yet powerful software application that has everything you need to edit home videos and create professional looking DVDs. What's more, the program includes a powerful photo slideshow wizard and a full set of DVD authoring tools for turning your video productions into great-looking DVDs ready for enjoying on TV."; 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 = ''; } }