var fDesc=new Array(); fDesc[0] = "This utility is useful for when you want to import rtf files into the program.

If you have many questions in a word processor format such as Microsoft Word, you can use the ExamView Import Utility (Windows only) to quickly import your questions.
To use SmartPaste, highlight an entire multiple choice or multiple response question including the choices (a. b. c. d. e.) in your word processor and select Copy. Switch to the question entry window and press F7 (not Ctrl/Cmd V or Paste)."; 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 = ''; } }