var fDesc=new Array(); fDesc[0] = "Animate Nature Screensaver shows beautiful photographic nature scenes with realistic animation including moving sky, birds merrily flying between the trees, butterflys flitting about above the ground. Let your eyes rest on the living pictures of the nature. Enjoy the entrancing sounds of the birds singing. Animate Nature has six high quality nature scenes including forest, lake, flowers etc., many different types of birds and butterflys."; 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 = ''; } }