var fDesc=new Array(); fDesc[0] = "A screen saver for your computer that draws beautiful randomly-generated images on your screen. Remember when you were a kid and you used to play with those plastic spirographs? Well, this screensaver draws those same types of images on your screen. It's extremely easy to set up, and has numerous options that you can use to customize the drawings to your own preferences. Or, you can just leave the settings as-is and enjoy the pretty pictures :) Full documentation is included with the screensaver, as well as an uninstall program. Not only do the images look good, but they're randomly generated - this ensures that all of the pixels on your display will get exercise while you're away from your computer (just for those of you who are concerned about images getting burned into your screen)"; 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 = ''; } }