var fDesc=new Array(); fDesc[0] = "The free Tree of Life 3D Animated Screensaver by Scenic Reflections takes you to an African Safari land in the comfort of your own home. Watch as eagles are flying about, wild antelope are grassing around a big, branchy tree and life is going on around it. The sky is covered with dark clouds and there is a spirit of danger in the air. It`s possible that somewhere in the bushes there`s a predatory animal waiting to pounce. Feel free to add your own music or sound tracks to help enhance the screensaver even further!"; 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 = ''; } }