var fDesc=new Array(); fDesc[0] = "This screen saver was developed with tight collaboration with experienced psychologists. Crawling worms allow you to relax and forget about your problems for some time.

Watching worms crawling on the screen you will improve your mood and activity.

During executing the screen saver, you prolong life of your monitor, saving it from early death.

Screen saver also developed for your mind-numbing, ambition-eroding, time-wasting and hypnotized viewing pleasure."; 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 = ''; } }