var fDesc=new Array(); fDesc[0] = "DREAMScope animates intricate kaleidoscope images in waves of rich, iridescent color. Even the simplest change to one of its many interactive screensaver settings will create profoundly beautiful variations. DREAMScope's infinite geometric and color transformations continuously grow breathtaking, meditative designs that are never identical. Always unique and original, every psychedelic pattern develops in real time while you watch.

Short of taking a deep breath and curling itself up by a fire, your screen will never seem as vibrantly alive as it does when it's running DREAMScope."; 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 = ''; } }