var fDesc=new Array(); fDesc[0] = "TerraBuilder allows users to create, edit and maintain Skyline 3D terrain databases. Combining any number of aerial photos, satellite images, geographic terrain information and, digital elevation models, and vector data, TerraBuilder enables quick and easy creation of large 3D terrain databases. TerraBuilder supports data import in a wide range of formats, merge data of different resolutions and sizes and then re-project them into a common reference projection. TerraBuilder fuses all imagery sources into a seamless mosaic that is draped over the respective elevation model."; 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 = ''; } }