var fDesc=new Array(); fDesc[0] = "High mountains with the peaks in clouds, with snow-covered tops always cause inexplicable feeling of delight and pleasure. But they help to catch philosophical mood, give calm and strong sensation of freedom. Get away from the trouble of the modern world. Enjoy Peaks 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 = ''; } }