var fDesc=new Array(); fDesc[0] = "This is the most basic usage of the SDK. It shows the default globe with the default layer list and panel.
It features the Earth with SRTM Plus elevation and bathymetry, the Blue Marble Next Generation may 2004, I Cubed Lansat 15m, and United States Department of Agriculture NAIP imagery layers among others. It also displays the stars background, atmospheric effect, compass, world map and scalebar that are common to most of the example applications."; 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 = ''; } }