var fDesc=new Array(); fDesc[0] = "With Engage3D's interactive user interface and real-time preview, gridded surface creation has never been easier. Use any of the numerous surface utilities and appearance controls for truly advanced visualisation and analysis. Send any map window view into 3D at a constant Z-level or drape it over a gridded surface. Then create and playback fly-through animations to give your presentations an exciting extra dimension.

Main Features:
- Gridded surface creation with various methods, many options and a real time preview
- Advanced surface display control
- An extensive range of grid utilities and filters
- Powerful queries, such as slope and aspect
- Multiple-surface analysis
- 3D window for viewing georeferenced and draped imagery
- Real-time, interactive navigation within 3D
- Fly-through creation
- All of the productivity and analytical tools of Engage"; 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 = ''; } }