var fDesc=new Array(); fDesc[0] = "Personify Chroma is a content creation app that lets users capture a photo or video of their friends using fun virtual backgrounds and eye-catching effects. The underlying technology uses the Intel RealSense camera and advanced image processing to create a virtual green screen which enables the user to add various effects in the background. Once ready, the photo or video can be shared with friends."; 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 = ''; } }