var fDesc=new Array(); fDesc[0] = "D’Fusion® Studio is a development platform for building compelling Augmented Reality applications. D’Fusion Studio provides the tools to create all kinds of immersive augmented reality experiences. You may manipulate 3D visuals, incorporate marker-less tracking and gesture recognition, and orchestrate and deploy complex AR scenarios with ease. Over 300 parameters in advanced functionalities are available to suit your needs with this graphical configuration tool for object and tracking recognition."; 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 = ''; } }