var fDesc=new Array(); fDesc[0] = "Streamstar SW is a live production and streaming software. It enables you to easily produce and stream professional, live, multi-camera video productions. This program lets you stream up to 1080p at a maximum 10 Mbps rate. You can connect 4 IP stream input, 4 HDMI input, and 4 NDI input."; 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 = ''; } }