var fDesc=new Array(); fDesc[0] = "The free 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 free 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."; 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 = ''; } }