var fDesc=new Array(); fDesc[0] = "CyberLink YouCam is a professional quality webcam streaming software. It can change the video stream in real-time to add backgrounds, change makeup, and apply various effects, filters, stickers, and emojis. YouCam can auto-zoom and track your face during video chat. This program lets you record and live-stream your webcam to Twitch, Facebook Live, or YouTube Live, along with customized titles, images, channel logos, advertisements, promotional messages, etc."; 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 = ''; } }