var fDesc=new Array(); fDesc[0] = "If you've ever seen a professionally produced documentary film on public television, chances are you've seen the Pan and Zoom effect. DVD SlideShow has it.
MPV offers a set of protocols for standardizing the presentation of photos, videos, and audio across a variety of hardware and software platforms. DVD SlideShow lets you import MPV files as a photo slideshow for inclusion in your movie."; 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 = ''; } }