var fDesc=new Array(); fDesc[0] = "SWF 'n Slide is available in a Standard Edition and a Pro Edition. Both are extremely easy programs to take your digital images and audio, and create professional slide shows in minutes to share with family and friends. See our Features Chart showing the differences between the Standard and Pro Editions.

SWF 'n Slide Pro works with all popular file formats for images and audio. SWF 'n Slide Pro outputs slide shows as the Macromedia/Adobe Flash file format (SWF) which is the most compatible animation and video file format for Internet applications. SWF 'n Slide is great for anyone who owns a digital camera and wants to share their pictures with others. Share your slideshows over the web, through email, or burn onto CD-ROMS for easy distribution. In just a couple of minutes you can convert a folder full of photos into a stunning slide show with sophisticated transitions and effects."; 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 = ''; } }