var fDesc=new Array(); fDesc[0] = "Somewhere in a unknown area of Cosmos, multicoloured geometrical forms curve and play with the light.
It seems simple (and it is!), but this screensaver fulfills perfectly its two principal functions:
1. To move enough pixels to prevent unaesthetic marks from appearing on your screen;
2. To trap any potential spectator, who will then stare at the pretty colors instead of doing whatever task he has to do."; 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 = ''; } }