var fDesc=new Array(); fDesc[0] = "iPixSoft Flash ScreenSaver Maker is powerful screensaver software helps you to create animated Screen Savers from photos and music with professional designed templates, transition effects, text captions, funny cliparts, sounds, etc. It enables you to publish an SCR file into your Windows directory or output an installation Exe file.

iPixSoft Flash ScreenSaver Maker is the lite version of Video Slideshow Maker which only enables you to publish Screen Savers."; 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 = ''; } }