var fDesc=new Array(); fDesc[0] = "The Hypnogenic Screen Saver generates a wide variety of mesmerizing animations. As the patterns materialize on your screen, the colors will shift and flow hypnotically. You can run it with the pre-configured displays or, if you're feeling adventurous, use the built-in editor to create your own displays using a huge library of pattern generators, color generators, and controls. This version of The Hypnogenic Screen Saver has been designed to synchronize with the sounds from an audio device."; 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 = ''; } }