var fDesc=new Array(); fDesc[0] = "The eShuttle Dictate program is used to record dictation, import files from handheld recorders and automatically send files using email.

The eShuttle Dictate module allows recording of dictation files using a microphone or handheld recorder. Voice files are securely transferred to transcriptionists via email. Transcriptionists will email back completed transcribed reports that will be displayed in the eShuttle Dictate window. The status of each job is displayed for the user. The email process can be fully automated."; 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 = ''; } }