var fDesc=new Array(); fDesc[0] = "KP-Learner Manager Enterprise Edition software allows you to deliver and track courses and users.

Main features:
-Create a course from your KnowledgePresenter® presentations, activities or lessons in a drag and drop environment - no scripting or programming required. Lessons can be grouped into modules or entire courses.
-Installs directly onto IIS servers - no DLLS or executables are required to be installed.
-Can be fully tested locally before uploading.
-Students are tracked on a name and password basis
-For end users, no software or plugins are required - runs directly in a browser.
-Course displays in fully collapsible and expandible menu system
-Full administrator functions, including add, edit and delete users, view scores, edit user information, sort users into departments, create and edit multiple administrators with full access, or restricted to certain departments
-Individual lessons in a course can have time limits associated with them
-Individual lessons can have comments associated with them
-Individual lessons can be restricted so that they only can be attempted a set number of times
-Individual lessons can be set only to be available when one or more other lessons have been completed or passed
-Allows lessons created in KP, as well as other files, such as DOC, XLS, PPT, PDF, or SWF to be included as well
-Records, times, dates, scores, status, total time in course, times lessons attempted, individual objectives within each lesson or quiz (if supported by that lesson or quiz)
-Set up a search engine to search the data in the lesson in your LMS.
-Group users into departments
-View user results or lists, one at a time, all up, or by department
-Add and remove users
-Appoint subadministrators
-Create courses that can be run from CD-ROM, and have results recorded."; 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 = ''; } }