var fDesc=new Array(); fDesc[0] = "GRASP 3D is a 3D topographic scanner that allows you to scan in objects in 3D using a video camera, a laser line that is swept over the object by hand and some basic materials. Its technology is easy to use with minimal reliance on hardware. Absolutely low cost. Yet it has the potential to rival some of the best scanners on the market in many different ways.

Main features:
-Scan type: Topographical
-Geometry and texture
-Scan speed (typical) <60 sec
-Object size (typical) 1~200 cm
-Scan principle: Non contact structured light
-Export formats: XYZ, RAW, DXF, STL, VRML and OBJ"; 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 = ''; } }