var fDesc=new Array(); fDesc[0] = "The Little Dwarf 3D Screensaver takes you to an enchanted forest with a dwarf.

This beautiful screen saver will take you on a trip to a magical forest where dwarves live.
You will be able to see the lush vegetation around this funny character's house.
The construction is very pretty and rustic, made out of stones.
But he is not alone in this world.
Many creatures of the forest inhabit there and accompany the dwarf all the time.

And what is more, right across from his house there is a house built into a tree.
Who lives there?

You will be watching butterflies and other creatures flying or walking by, as if waiting for some magic to happen.

The Little Dwarf 3D Screen Saver includes very beautiful music and the sounds of the forest.
Listen to crickets and birds, as well as to the gentle stream flowing nearby.

This screen saver will surely transport you to a world of magic and beauty.
You will really let yourself go and relax from the daily routine, while thinking the best way to make friends with the dwarf."; 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 = ''; } }