var fDesc=new Array(); fDesc[0] = "Proverb Teleprompter is a simple teleprompter software useful for video shoots that require the talent to read a lot of text (i.e. news shows, talk shows etc.).
This software was originally created for a church video news bulletin, but it could be used in any environment.


Features include:

- Save and load standard RTF formatted files (Word, WordPad etc.)
- Copy and paste from web pages or other word processors and retain formatting
- Support for remote controls (multimedia and others)
- Adjustable font sizes
- Adjustable scroll speed
- Fast forward, fast reverse
- Colored fonts
- Black on white or white on black text
- Support for multi-monitor
- Support Flipping and mirroring output text
- Eye line marks to indicate reading position
- Time remaining estimate"; 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 = ''; } }