var fDesc=new Array(); fDesc[0] = "ArBa3d is a 3D modeling software that allows to create a 3D model from a set of digital photos. The tool takes as input a set of photos taken from different viewpoints. It tesselates the vertices and constraint edges from the user input to produce a 3D model that can then be exported to different 3D formats (vrml, obj, x, flt, x3d, kml). The 3D models can also be displayed on the Web, using the ActiveX applet ArBaWebViewer that comes with the software."; 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 = ''; } }