var fDesc=new Array(); fDesc[0] = "Agisoft PhotoScan performs photogrammetric processing of digital images and generates 3D spatial data. The output data can be used in GIS applications, cultural heritage documentation, and visual effects production as well as for indirect measurements of objects of various scales. The professional edition includes advanced features, such as spherical and cylindrical camera support; georeferenced orthomosaic export; orthomosaic seamline editing; multispectral imagery processing, and more."; 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 = ''; } }