var fDesc=new Array(); fDesc[0] = "Netcom Desktop Manager enables the provisioning of files (work templates, Tests) and simultaious opening at all student clients.

Netcom Desktop Manager enables you to provide or block any single application. You are able to just block single applications or block all applications with the exception of those programs that are needed for your course. Only allowed programs are shown as Desktop-Icons and in Startmenu. On the fly any application can be closed at the student-PCs.

Main Features :

- provide programs
- handout tests and recollect
- block internet-access
- selectivly block and grant access to individuall internetsides
- classroom-map, overall view of all student-screens
- studentscreens as snapshots
- programm-blocker
- block drives
- USB-blocker
- contrrol all Windows-keyboard shortcuts
- hide Startmenu, Taskbar, Desktop Icons
- prohibit or set wallpapaer
- Set Internet-Homepage by course
- Lock workstation during boot-time
- block mouse and keyboard input
- blank screen
- centralized startup (Wake-On-LAN), Logoff and shutdown of all student-PCs
- compatible to all Videonetworks and any kind og network-environment
- NEW: admin-modul"; 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 = ''; } }