var fDesc=new Array(); fDesc[0] = "Great waterfalls in your own home, is it possible? It is real thing with our new waterfalls screensaver. If you want to get out into nature, but it is not possible for you now, then this screensaver is for you. Relax and unwind from the city. Realistic graphics will not leave you indifferent. Great waterfalls screensaver takes up minimal space on your PC, suitable for any Windows and any screen. Just download and install it in one click!"; 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 = ''; } }