var fDesc=new Array(); fDesc[0] = "Are you tired of the usual boring screensavers flooding the Internet? Would you like something that is appealing to the eye, and that will help you to relax? Fairy Lake Screensaver will take you to a world of fantasy.

This really beautiful screensaver will show you a magic forest with a lot of trees, plants, lakes and much more.

The graphics are excellent and very realistic. You will really get to feel as if you were right there.

You arrive to the shore of a gorgeous lake in the middle of the forest. But this is not an ordinary lake. People say that fairies and other wonderful animals inhabit it.

This unique screensaver combines the very realistic graphics of the lake, with many colorful animals that appear all around the lake. You might even get confused in separating reality and fantasy.

Fairy Lake Screensaver comes with excellent sounds of nature adding realism to the scenery.

This is a screensaver that will really help you to relax. But be careful! You might stay watching it too long, waiting to see more of those wonderful animals, and could forget to go back to work."; 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 = ''; } }