var fDesc=new Array(); fDesc[0] = "Shape2Earth Globe lets you quickly and easily capture Google Earth images for your personal use. Capture images for use in popular applications like Microsoft Office and ESRI's ArcMap.
Shape2Earth Globe also saves the bounding box of the image in a kml file. This data is then used to generate a world file and projection file so that your image can be loaded into a GIS, such as ESRI's ArcMap. The projection information is Lat/Long, WGS84, but can be reprojected in the GIS of your choice."; 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 = ''; } }