var fDesc=new Array(); fDesc[0] = "Cappasity is a cloud-based platform that lets online stores easily create and deliver 3D, VR, and AR shopping experiences. Cappasity Easy 3D Scan is a professional 3D digitizing software, which can create 3D visualization of products using 2D/flat images. It can produce two types of 3D content: 3D Views and 3D models. To create 3D Views you only need a DSLR camera and to create 3D models you need to use a 3D (depth) camera."; 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 = ''; } }