var fDesc=new Array(); fDesc[0] = "It gives you easy steps to make flash galleries with powerful personalization features for greater control without Flash studio and knowledge of Flash.
Easy to use Flash Gallery Creator:
- Add Files
Flash Gallery Creator supports to import JPG, BMP and PNG images and FLV, F4V and,MP4 video. You can also add MP3 songs as background music.
- Choose a Template
A variety of free flash gallery templates to choose from. Each template can be customized so that you can create exactly what you want easily.
- Publish Flash Gallery
Photo/video flash galleries can be exported as XML Flash gallery, stand-alone EXE file, ZIP, HTML file for website and sent via Email to others.
- Embed and Share
Exported Flash galleries can be published to websites with simple HTML code. Also, you can share on MySpace, Blogger and many other social websites."; 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 = ''; } }