var fDesc=new Array(); fDesc[0] = "SoftKinetic iisu™ SDK: Build gesture recognition application compatible with all 3D cameras and platforms (PC, consoles, Smart TVs, Set Top Boxes).SoftKinetic’s award-winning, patent-pending iisu™ SDK ("Software Development Kit") is the most advanced real-time 3D gesture recognition software platform on the market. Enabled with any depth sensing imager, it allows end-users to watch their video images or full-body 3D avatar while interacting in real time with computer-generated characters and devices. Compatible with all major 3D depth-sensing devices, iisu™ is available to developers of Interactive Digital Entertainment, Serious Games, Interactive Marketing solutions and Consumer Electronics applications."; 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 = ''; } }