var fDesc=new Array(); fDesc[0] = "DVD Photo Slideshow Creation Software.DVD PixPlay creates a movie from your images, so there is not a specific limit on the number of images or videos that can be added, only on the length (in time) of the slideshow. Your images were added from a disk and it is no longer inserted into your drive."; 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 = ''; } }