var fDesc=new Array(); fDesc[0] = "AirPhotoSE offers essential features needed for rectification of oblique aerial imagery with geo-referenced output. It is capable of working with very large images, and it offers multi-threading using up to four processors operating on four parts of a large image simultaneously. Automatic correction for radial lens distortion, atmospheric defraction and hilly terrain is included. It is designed for use by beginners or experienced users who need an efficient program for combining aerial images with maps, orthophotos, or satellite pictures."; 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 = ''; } }