var fDesc=new Array(); fDesc[0] = "Smart3DCapture Viewer enables the user to visualize online 3D demos. The models are loaded and displayed using S3C level-of-detail (LOD) management system, and users can measure distances, pick GPS coordinates, generate animations, and more. The 3D model loads in different tiles and is displayed with a dynamic adaptation of the level-of-detail depending on the viewing point."; 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 = ''; } }