var fDesc=new Array(); fDesc[0] = "Wondershare Flash Gallery Factory Standard is a simple slideshow maker for web display and presentation.
Main Features:
- Make flash banner and web photo slideshow within clicks
- Select from 60+ free slideshow templates for business, wedding, holiday, etc.
- Set transition and motion effects to turn still photos animated
- Touch up slideshow with animated text, cliparts and animations
- Preview and save slideshow as SWF, HTML, XML, EXE and Screensaver
- Upload to Online Album or share on Facebook, Twitter, MySpace, etc."; 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 = ''; } }