var fDesc=new Array(); fDesc[0] = "The main point here is that MetSatGetter actually downloads the files to your PC so you can retain them for future reference, unlike some systems which just give you a 'moving' 24 hr snapshot.
You can also use MetSatGetter to display images from the EUMETSAT site. You are not restricted to 24 max and can download and display all images that are available in a set using the built in image viewer. The viewer allows faster slide changes than are generally available in image viewers and on the EUMETSAT site. Image slides can be changed with timings between 0.1 seconds and 1 minute (this may depend of the actual image size in pixels). This viewer can also be used for your family snaps!"; 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 = ''; } }