var fDesc=new Array(); fDesc[0] = "KMLer is the ArcGIS extension for professional work with Google Earth. We recommend using this module and our free Typeconvert extension. KMLer Plus also supports additional functionality at description building.

KMLer Pro also supports additional 3d features, LOD, Fade in Google Earth. Create overlays function in KMLer Pro supports Superoverlay projects creation now directly from your ArcMap project.

You should only download and install Superoverlay 1.7.x or later and use your KMLer Pro license to obtain standard Superoverlay version"; 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 = ''; } }