var fDesc=new Array(); fDesc[0] = "This screensaver shows colorful images of Mountains. Great Mountains and Tops, Big Canyon, mountain lakes, mountains in clouds, sunrise and sundowns.
This screen saver contains 35 high-qualitative images. All pictures in resolution 1024x768 pix. and High Color (24-bit). Saver is set to automatically fit them to your own screen size.
New features: new pictures / resolution 1024x768 pix. and more / over 160 slideshow effects"; 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 = ''; } }