var fDesc=new Array(); fDesc[0] = "iPixSoft Video Slideshow Maker can turn photos and video clips into video slideshows, photo galleries, HTML5 videos, and photo presentations. It allows adding of up to 500 images in one slideshow. You also get a variety of templates, transitions, animated clip-arts, and sounds, which can be readily applied to your projects. Additional templates can be downloaded from the developer site."; 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 = ''; } }