var fDesc=new Array(); fDesc[0] = "Power Slide Show is a powerful, easy-to-use slideshow maker, which provides you an easy way to create iamge slideshow with great transition effects. Taking advantage of its high performance, extendable engine, Power Slide Show has the following features:
High performance, real-time preview
Mixing multiple sound tracks into slideshow
Various transition effects and easy to expand to more
Various output formats such as Shockwave Flash Format (SWF), Audio and Video Interleave (AVI)and Windows Media Video (WMV)"; 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 = ''; } }