var fDesc=new Array(); fDesc[0] = "The 3D Living Rainforest Screensaver let`s you know one thing for sure: It`s a jungle out there! Now you can feel the Amazon right from your desktop. This screensaver includes many subtle animations of wildlife, including flying birds, rain dropping into delicate pools, sleeping squirrel monkeys, lazy dragonflies, fluttering butterflies, busy leaf cutter ants, curious turtles and more in a rainforest against photo-realistic backgrounds. Also included are jungle sounds and music in the background. This screensaver also includes two more lush rainforest scenes, more creature animations and more jungle noises!"; 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 = ''; } }