var fDesc=new Array(); fDesc[0] = "This screensaver shows a stone bridge stretching into the sea. Animated water and the enchanting sounds will help you plunge into the atmosphere of this amazing scene. Nearby is a large stone monument. Beyond the mountains visible sky. We can say that it is sunset. What is he handsome! The perfect place to relax after a hard day's work. You can also think of the beautiful and calm down."; 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 = ''; } }