var fDesc=new Array(); fDesc[0] = "TerraExplorer is a 3D GIS desktop viewer and creator. Using its 3D interface, you can view, query, analyze, and present geospatial data. The 3D world is created by fusing aerial and satellite photography, terrain elevation data, and other 2D and 3D information layers.

The download link given here takes you to the Upgrade Request Page for version 6.6.1; you can download it with a valid serial number."; 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 = ''; } }