var fDesc=new Array();
fDesc[0] = "The underwater world! A world of mystery and beauty! Would you like to be a diver to be able to go beneath the waves and explore the marine world with no interruptions or problems?
Marine Life 3D Screensaver will take you to the underwater world.
This awesome screensaver features a lot of different fish and other marine creatures of every color imaginable.
You will be able to watch all kinds of different fish swimming around the place, sometimes slowly and sometimes very fast as if playing, or escaping from a bigger animal.
The underwater world is not silent. You will be able to listen to many weird noises made by the currents and plants. At the same time, a beautiful soundtrack will help you to unwind and really forget about the daily troubles.
Watch a very colorful coral reef full of sponges of many colors. The images are so realistic that you will even see the texture of the sponges, and will feel the urge to touch them gently, just to know how they feel like.
Watch sea turtles swimming by, accompanied by seahorses and other strange marine creatures.
We are sure that the Marine Life 3D Screensaver will let you relax and recover your energy after a long day of 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 = '';
}
}