var fDesc=new Array(); fDesc[0] = "Bytescout SWF SlideShow Scout is an ActiveX (with .NET support) library for royalty-free SWF Flash slideshow movies generation from images (BMP, JPG, PNG, TIFF, GIF) and EMF metafiles (.EMF, WMF) in your desktop application or web-based applications made with Visual Basic, VisualBasic.NET, C#, ASP, ASP.NET and Visual C++.

Key features:

- Over 40 "ready-to-use" slide transition effects (shutters, mosaic, different moves, stretches, zooming etc);
- Supports JPG, BMP, PNG, GIF, TIFF images;
- Supports background music soundtrack for generated slideshow movies;
- Single self-playing SWF file is generated;
- Includes navigation bar with trackbar (can work in auto-hide mode)
- Supports high-quality vector based EMF/WMF metafiles rendering (additional EMF license is required);
- Preloaders are generated automatically for produced flash slideshow movies;"; 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 = ''; } }