var fDesc=new Array(); fDesc[0] = "TheCourse™ is designed to teach the core competencies of project management, while preparing students to pass Project Management Institute's PMP® certification exam. It is the choice of more Colleges and Universities across America, and of more US Government agencies, than any other project management certification prep course.

TheCourse is conducted in open enrollment classes at university associates, on-site at client facilities, and online through colleges throughout the United States. Licenses to our online course and test engine add extra value for each classroom student."; 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 = ''; } }