var fDesc=new Array(); fDesc[0] = "The latest version of the World Wind Geospatial One-Stop Portal is embedded into the World Wind Search and Rescue application. World Wind Geospatial One-Stop Portal is an easy to use application that allows you to search the Geospatial One-Stop Portal for data.
Geospatial One-Stop Portal is written in the Java programming language and can be run on Mac OS X, Windows and Linux."; 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 = ''; } }