var fDesc=new Array(); fDesc[0] = "iPixSoft Flash Slideshow Creator can turn your digital photos and video clips into Flash slideshows, thumbnail galleries, and Flash presentations using selected templates, transition effects, text captions, and background music. This program can produce SWF movies, HTML files, executable programs, or Windows screensavers as output. After adding your photos and video clips, you can select from the pre-designed templates, change buttons, add frames and transitions, apply filter effects, and add background music. You also get a set of animated image overlays to decorate your photos and videos."; 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 = ''; } }