var fDesc=new Array(); fDesc[0] = "OBS Studio is an open source program for video recording and live streaming. It facilitates real time video and audio capturing and mixing. You can create scenes made up of multiple sources, such as desktop window, images, text, web browser interface, and webcam feed. You can make use of built-in audio filters, such as noise gate, noise suppression, and gain. Additional filters can also be added to this program using VST plugin files."; 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 = ''; } }