var fDesc=new Array(); fDesc[0] = "Lunar Solitude Screensaver will bring you to tropical islands, to warm tropical seas. This screensaver will decorate your desktop with unique charm of the tropical night and its inhabitants: seagulls, tropical birds, giant sea turtle, crab, monkey, climbing on the trunk of palm trees, dolphins, jumping out of water and other. Take a wonderful trip to a coral island, without leaving home. Download free moon screensaver!"; 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 = ''; } }