var fDesc=new Array(); fDesc[0] = "Here you will find the World Wind SDK for Java. With this, developers can embed World Wind technology in their own applications.

World Wind Java provides a rich set of features for displaying and interacting with geographic data and representing a wide range of geometric objects.

- Open-source, high-performance 3D Virtual globe API and SDK
- Adds geographic visualization to any application
- Runs on Windows, Mac OS X and Linux.
- Runs in web pages
- Free run-time and development license
- Unencumbered use on any number of devices
- Huge collection of high-resolution imagery and terrain from NASA servers
- Displays high-resolution imagery, terrain and geographic information from any open-standard public or private source"; 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 = ''; } }