var fDesc=new Array(); fDesc[0] = "KML Feature Extractor is a program designed to extract the features of KML/KMZ files (the native format of Google Earth). The program will scan for features, extract them, and convert them to shapefiles. The shapefiles can then be imported into most GIS applications. The program can generate 2D or 3D shapefiles, create corresponding projection files, and can display the results in a native map viewer.

The program features include:

- Analyze KML and KMZ files
- Extract polyline and point features to shapefiles
- Create 2D or 3D shapefiles
- Create projection files
- View extracted shapefiles in a map viewer
- Windows 98, ME, NT, 2K, XP support. (Windows Vista is still in testing phase.)

Requirements:

- .NET Framework 2.0
- MapWindow Framework"; 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 = ''; } }