var fDesc=new Array(); fDesc[0] = "An easy way to create slide show screen savers with transition effects and password support for Windows 95. You can also create self contained slide show presentations with the provided projector. You can easily choose the image files you want to include, arrange them in any sequence you like, attach WAV audio files to eachslide, and then generate your own personalized screensaver with the click of a button. The screen savers you create will be self contained in a single file, no DLLs, VBXs,or other tools are needed. You can include copyrightstatements or other credits in the screen savers 'about' box. There are two levels of license which permit royalty freedistribution of the screen savers you create to either family and friends, or an unlimited audience. Supports JPG, GIF, TIF, BMP, PNG."; 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 = ''; } }