var fDesc=new Array(); fDesc[0] = "AgiSoft StereoScan is an easy to use 3D modeling tool for automatic generation of textured 3D models from individual stereo pairs. The stereo pairs are not required to be calibrated or aligned, and can be captured by hand from any generic positions. Based on the close-range photogrammetry methods, StereoScan automatically calibrates the images, including camera positions and lens distortions. Both image alignment and 3D model reconstruction is fully automated."; 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 = ''; } }