var fDesc=new Array(); fDesc[0] = "The Swath Acquisition Viewer (SaVoir) is a Windows stand-alone application for analyzing potential remote sensing opportunities from earth observation satellites. By combining each satellite's orbit, sensor field of view geometry and the shape and location of a user-defined area of interest, SaVoir can determine the exact times when a satellite would be capable of observing the specified area. The program is delivered fully configured with most of the currently flying optical and radar satellites (over 75) and their payloads, including Radarsats, RapidEyes, DMC, TerraSAR-X, SPOT, Kompsat, Formosat, NOAA, and more."; 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 = ''; } }