var fDesc=new Array(); fDesc[0] = "WinPro Displays patterns for five minutes each time it starts up.
Kaleidoscopic screen saver for Windows 7, Vista, XP, 2000, ME, 98, 95.
Hide your data and protect your screen with the most innovative screen saver available for Windows! Endlessly flowing, sophisticated, kaleidoscopic patterns swim and swirl across your screen with hypnotic effect.
Screen Stars is customizable! Choose from among 16 styles, 17 color palettes, two drawing modes and variable drawing speeds. Pick your favorites -- or let Screen Stars display patterns for you.
Screen Stars adjusts itself to your PC's screen size, aspect ratio, resolution, and color capability."; 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 = ''; } }