var fDesc=new Array(); fDesc[0] = "Express Dictate Digital Dictation Software
Record and send dictation directly from your computer

Express Dictate software is a voice recording program that works like a dictaphone. It lets you use your PC or Mac to send dictation to your typist by email, Internet or over the computer network.

- Professional dictation voice recorder
- Works like a traditional dictaphone
- Send dictation instantly via the Internet
- HIPAA compliant secure encryption

Improve Turnaround Time
This digital dictation software can dramatically improve turn-around time and lets you work wherever you want. It is quicker to send, higher quality and more reliable than traditional dictation options. It will also keep track of the progress of work and expected completion time.

Works with Your Existing Dictaphone
As an alternative to dictating at your computer you can also use your existing portable dictaphone or other digital dictation recorder while you are away from your computer. The Express Dictate 'Dock' feature lets you transfer the dictation quickly and easily and send it to your typist electronically."; 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 = ''; } }