var fDesc=new Array(); fDesc[0] = "ClipShow allows you to create slideshows and use them with the MemoriesOnTV program. The Volume 1.1 of the ClipShow package contains pre-built sequences which simulate an iPod slideshow, a running film strip, a camera shot with an audible click, wedding invitation clips, and much more. Using ClipShow, you can compose entire slideshows quickly and easily and use them as starting points to jumpstart your slideshow creation process."; 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 = ''; } }