var fDesc=new Array(); fDesc[0] = "EarthView is a dynamic desktop wallpaper and screen saver, which displays views of the earth with daylight and night shadows. It produces high resolution images for every screen resolution - even beyond 3840x2160. This program supports map and globe views, urban areas, city lights, atmospheric effects, clouds, weather information, and local time display.

EarthView supports different maps that show our planet earth in different ways, including seasonal changes of vegetation, snow cover and ocean ice. You can also customize viewing parameters to change the look and feel of maps."; 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 = ''; } }