var fDesc=new Array(); fDesc[0] = "ManyCam is an easy-to-use virtual camera and live streaming software that helps you deliver professional live videos on streaming platforms, video conferencing apps, and remote learning tools. Connect ManyCam to Zoom, Webex, Microsoft Teams, Google Meet, or any video calling app as your virtual camera and transform your conference calls, video chats, and business presentations. Blur, remove or replace your background with the flip of a switch with Virtual Backgrounds during web conferences, video chats, and virtual classrooms without a green screen. Create any layout you need on your live window with picture-in-picture customizable layers and multiple video sources."; 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 = ''; } }