var fDesc=new Array(); fDesc[0] = "This program lets you convert your photos and video clips into DVD slideshows. Its wizard-style interface guides you step by step in adding contents, applying styles and transitions, and burning your DVD. Features such as customization of DVD menu, editing of photos, addition of background music tracks, etc. are available. This program comes with a variety of effects and filters that can be readily applied to your photos. You can also purchase additional content from the developer website."; 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 = ''; } }