var fDesc=new Array(); fDesc[0] = "The PHOTOMOD software family comprises a wide range of products for the remote sensing data photogrammetric processing. This state-of-the-art software allows the extraction of geometrically accurate spatial information from almost all commercially available types of imagery, whether obtained by film or digital cameras, high resolution satellite scanners or synthetic aperture radars. PHOTOMOD’s flexible modular architecture and powerful import/export tools permit a variety of configurations: Complete Digital Photogrammetric Workstation (standalone configuration), High productivity distributed network environment for accomplishing large projects, complementary workplaces that can be used along with third-party systems to increase the overall productivity during the most time-consuming and labor-intensive operations like feature extraction and DTM creation."; 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 = ''; } }