var fDesc=new Array(); fDesc[0] = "PrompterPro 4 features: full featured text editor, smooth quiet scrolling, second talent window.

If the talent is not operating the teleprompter, PromptDog offers a second resizable window that can be positioned on a second monitor with perfectly synchronized scrolling so you can operate the prompter for your talent. One awesome new feature is the timer showing not only how long you've been reading, but with a feature only found on the most expensive teleprompters, which is the total estimated read time, based on the length of the script and how fast you're reading through 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 = ''; } }