var fDesc=new Array(); fDesc[0] = "World Wind Exporting Surface Imagery and Elevations demonstrates how to use the SectorSelector utility to save a selected region of surface imagery and elevations to a GeoTIFF file.
This application is simple to use and it doesn't require installation. You can launch it via Java Web Start."; 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 = ''; } }