var fDesc=new Array(); fDesc[0] = "To prevent cheating by restricting your students' computer activities while they are working on a quiz or test, you can require them to install the free WebAssign LockDown Browser before they can open the assignment. With LockDown Browser installed, your students cannot use instant messaging, search the Internet, print, copy text, or use other applications on their computer while they have the assignment open."; 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 = ''; } }