var fDesc=new Array(); fDesc[0] = "VidStudio is a software system for live video production.

Everyone can easily broadcast live events and create professional webcasts from any location.
Different video sources are supported.

Powerful mixing module will let you create various video layouts.

You could select form more than 10 video transition effects. All major picture file formats are supported.

VidStudio is acting as a virtual camera device to allow external application to work with it."; 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 = ''; } }