var fDesc=new Array(); fDesc[0] = "The AIC is an easy to use, stand-alone photogrammetry product designed to rectify, georeference, and mosaic aerial photographs, satellite images, or raster maps to a geographic coordinate system. An unlimited number of images can be simultaneously rectified and joined to form a single image mosaic, all in the same process. The AIC can generate and efficiently handle output images of unlimited size due to the use of a special SQL database tiled image hierarchy storage system. Output images can be georeferenced to any coordinate system defined by any combination of the 25 supported projections and 225 supported datums."; 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 = ''; } }