var fDesc=new Array(); fDesc[0] = "Screensaver with 3D rendered images of tentacles.
There is something outside your screen trying to creep in...
What's even worse, they appear not to have washed their filthy tentacles!
Options are DropShadow, to fake a little more 3D-ish look, Dirt Stains, leaving filthy edges on your screen, Wear & Tear, wears away the background, hide or show desktop and the possibillity to change the number of tentacles.
New in v2.0 are password protection, speed option, new graphics and the tentacles can now penetrate the screen much further!"; 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 = ''; } }