var fDesc=new Array(); fDesc[0] = "Ustream Producer helps you create opening slates, layer background music and incorporate pre-recorded clips with your live camera shots. Producer allows you to broadcast up to 1080p and uses the highest quality h.264 / AAC encoding for crystal-clear broadcast quality HD streaming. With supported capture cards, you can connect multiple USB, HDMI, SDI or analog video sources and easily switch cameras with the click of your mouse."; 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 = ''; } }