var fDesc=new Array(); fDesc[0] = "DVMixer Pro is an integrated streaming video encoding/decoding solution, which supports analog, digital and stream input, and enables real time caption/logo insertion and transition effects with 5 input video sources simultaneously. Also scheduling functionality, such as one available on the existing media server, is available in the encoder, which serves as a strong utility for live and on-demand editing."; 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 = ''; } }