var fDesc=new Array(); fDesc[0] = "Acute3D Viewer allows you to visualize online 3D demos at acute3d.com. They contain 3D views of various places created by combining hundreds of photos using ContextCapture application. ContextCapture allows the production of 3D models as well as the generation of digital surface models (DSM) and true orthophotos from imagery datasets as big as 30 gigapixels."; 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 = ''; } }