var fDesc=new Array(); fDesc[0] = "SWiSH Studio2 lets you convert your SWF files to projector executables, screensavers or burn directly to a CD-ROM and DVD in three easy steps. SWiSH Studio2 is packed with features that will have you creating your own Flash applications in no time.

Main features:

- Window Skins & Styles
Select from professionally-design window skins and styles, including windowless and transparent background.
- Edit Settings
Customize appearance, playback controls, context menus and watermarks.
- Publish EXEs & Screensavers
Convert your Flash movies into a standalone projector executables (EXE) or Windows screensavers.
- FS Command Support
Using FSCommands give you access to a powerful set of commands and system calls.
- Combine Multiple Movies
Combine mutiple Flash movies and define the playing order and play back options.
- Interactivity
Allow users to interact with your movies with keyboard and mouse controls.
- Burn CD-ROMs and DVDs
Burn your movies straight to a CD-ROM or DVD, perfect for those presentations and demos.
- Preloader Support
Supports Flash (SWF) preloaders to occupy users whilst content is loading."; 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 = ''; } }