var fDesc=new Array(); fDesc[0] = "School PC is a program designed to manage computers at schools and training centres. The application allows remote control of all computers at the classroom from one place, enable/disable browsing on the internet, remote desktop monitoring of a student and evaluating in the safe web browser.

Program's description:
1. A teacher can control all computers at the classroom by one click from one place
2. Allows lock/unlock computers remotely as well as enable/disable browsing on the internet
3. Pre-selected internet sites blocking based on the blacklist principle (e.g. social networks blocking etc.)
4. Remote desktop monitoring
5. You can shut down, start and reboot the computers remotely
6. Safe web browser for evaluating - a student cannot use another address in the browser even to launch other applications
7. Simple and quick installation, easy operation of the software
8. Multi-language user interface (English, Čeština, Italiano - other languages in preparation)"; 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 = ''; } }