var fDesc=new Array(); fDesc[0] = "StudioPrompter was designed for a two person operation, the talent and teleprompter operator, but it can also be used by a single person very easily. Using two monitors, the operator can run the session without the talent knowing or seeing any of the behind the scenes teleprompter operations. The operator console provides all of the functionality of StudioPrompter even while the talent is reading the teleprompter copy."; 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 = ''; } }