var fDesc=new Array(); fDesc[0] = "Install this screensaver and see the close-up images of manifold mushrooms. We do not pay much attention to mushrooms, we divide them into two categories only: eatable and toxic.

But look on them closer, they have different colors of the cap, their stalk sometimes has attractive pattern, their gills have differnt forms and colors too.

Allow this screensaver to please you eyes with the nice views of the manifold colorful mushrooms!"; 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 = ''; } }