var fDesc=new Array(); fDesc[0] = "The GeoShow 3D Lite is a free viewer for 3D cartographic files in the .gs format. The program lets the user to navigate the multi-layer images with high resolution. There are a number of features that are very useful and which make it enjoyable to view and work with .gs files.

The interface is very user friendly and it can be customized to some extent. The splash screen, logos and “about” dialog boxes can be changes to what you want. You can also choose which features will be available from the interface.

The program enables real-time viewing of large terrain areas in 3D. The GeoShow 3D even enables the viewing on regular personal computers. This is because the software uses the minimum amount of data that is required in order to show the terrain on the screen. It recognizes what parts of the terrain are not detailed or which can’t be displayed and it simply leaves them out.

The quality and performance ratio can be controlled by the user, as well as the settings for graphic card and frame rate. Up to 8 layers of the terrain can be displayed at once, but that is only if the graphic card can support it."; 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 = ''; } }