var fDesc=new Array(); fDesc[0] = "Wondershare PPT2Flash Standard enables users to convert PowerPoint to Flash presentations easily, quickly and accurately for online sharing and Web publishing. It supports 170+ animation effects and slide transitions, and allows to import background music or customize audio for each slide. It has a Flash player template with slide thumbnails and info bar to retain slide notes and author information.
The genuinely useful features of PPT2Flash Standard include:
Generate one solid SWF file;
Generate separate SWF file for each slide;
Drastically reduce the file size by 90%;
Support 170+ animations and transitions in PowerPoint;
Import background audio for each single slide or the whole slideshow;
Record voice narration for each single slide;
Insert flash movie in a specified slide and perfectly incorporate it with the slide;
Simple and clear Flash player with playback control bar;"; 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 = ''; } }