var fDesc=new Array(); fDesc[0] = "Personify Cameo puts you in any background in your video chat. The program allows you to remove your background and replace it with the background of your choice while in any other video chat tool such as Skype, Hangouts or Webex. Personify uses the most advanced technologies in computer vision to develop fresh and immersive video experiences."; 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 = ''; } }