var fDesc=new Array(); fDesc[0] = "Bentley Map is a fully featured GIS that is 3D by nature. It is designed to address the unique and challenging needs of organizations that map, plan, design, build, and operate the world's infrastructure. It supports the creation, persistence, maintenance, analysis, and sharing of 2D/3D geospatial information. It is also ideal for developing custom GIS applications.

With Bentley Map, you can:
Leverage native Oracle Spatial or SQL Server Spatial to store and edit all types of spatial data
Utilize smart 3D Object Editing Tools
Analyze 2D and 3D spatial data
Access and share disparate data stored in non-Bentley formats
Define and administer feature models and rules-based symbology and annotation
Generate powerful 3D scenes and animations
Manage the entire cadastral fabric
Publish high-quality maps for map books or large-scale plots"; 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 = ''; } }