var fDesc=new Array(); fDesc[0] = "This extension helps GIS developers to migrate ESRI ArcView projects to the most popular Free and Open Source alternatives for Geographic Information Systems (GIS).

Features:
- Auto-creation of .map, .fnt (fonts) and .sym (Symbols) files for mapserver
- Auto-creation of JPG file for reference map of MapServer
- Auto-creation of .aep files (ArcExplorer), .axl files (ArcExplorer Java), .jcs files (JUMP)
- Export themes as JUMP GML
- Export themes as SQL ready to upload to PostgreSQL spatially enabled databases (using PostGis)
- Export colors, symbol definitions as you see in ArcView (*see format notes for exceptions)
- Retain view extension, themes order, layer names"; 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 = ''; } }