var fDesc=new Array(); fDesc[0] = "The Society for Human Resource Management (SHRM) is the world’s largest association devoted to human resource management. The HR Certification Institute develops and delivers credentialing programs, the Professional in Human Resources (PHR), and the Senior Professional in Human Resources (SPHR) to validate mastery in the field of human resource management and to promote organizational effectiveness."; 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 = ''; } }