var fDesc=new Array(); fDesc[0] = "Beautiful Tree Screensaver creates a relaxing atmosphere for you after a long day. This beautiful screensaver will let you enjoy a wonderful feeling of relaxation. Download Beautiful Tree Screensaver and get free trees wallpapers and trees backgrounds for your computer desktop. The Beautiful Tree was instantly embraced and praised by individuals and organizations across the globe. This free screensaver brings the world?s most beautiful trees photography to you."; 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 = ''; } }