var fDesc=new Array(); fDesc[0] = "NCLEX Tutorial contains two national nurse licensure examinations: the National Council Licensure Examination for Registered Nurses (NCLEX-RN) and the National Council Licensure Examination for Practical Nurses (NCLEX-PN).
These two examinations are used by the Boards of Nursing to test entry-level nursing competence of candidates for licensure as Registered Nurses and as Licensed Practical/Vocational Nurses."; 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 = ''; } }