var fDesc=new Array(); fDesc[0] = "This is an very nice screensaver that makes you enjoy a view of mountains, forest and river. With this screensaver you can find your moment to immerse yourself in the tranquility of the nature. Nature, in the broadest sense, is equivalent to the natural world, physical universe, material world or material universe. "Nature" refers to the phenomena of the physical world, and also to life in general."; 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 = ''; } }