var fDesc=new Array(); fDesc[0] = "Express Delegate manages the dictation workflow of files created by multiple users of all the NCH dictation suite of programs including:
- Express Dictate professional dictation software
- Web Dictate web-based dictation recording software
- Dial Dictate phone-in dictation software
- MSRS court and conference recording software
The dictation system is managed through a web control panel, making it easy for a transcription company or large organization to control multiple dictation files.
Recordings go through the Express Delegate server where they are assigned to typing pools. Typist can automatically receive recordings through Express Scribe then send them back to the speaker when transcription is completed."; 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 = ''; } }