var fDesc=new Array(); fDesc[0] = "GeoPointer X serves the needs of a wide audience of users, from construction companies to geophysical consultants. A unique feature of this software is that it combines in one single system the many aspects of a survey, the coordinates coming from the GPS receiver, the positions on the map, pictures of the surroundings and many other useful information. For instance, it is possible to use GeoPointer X to inspect roads, street lights or any other of the infrastructure objects. All the data is stored in one single database and that makes the post processing of the acquired information a more simple and harmonic task."; 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 = ''; } }