var fDesc=new Array(); fDesc[0] = "MTClient program is the software you will use to complete all of your transcription assignments. By using MTClient System, you will be learning the medical transcription process.
You will use five main functions of MTClient:
1) View assigned transcriptions
2) Check out your assignments for transcribing
3) Transcribe your assignments
4) Check in your assignments for grading
5) Review your graded assignments"; 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 = ''; } }