var fDesc=new Array(); fDesc[0] = "Cybera is a cyber cafe management system designed for Windows XP Pro and Windows 2000. It works on the client-server model where one computer, the server controls a group of other computers: the client workstations.

Cybera is an Internet cafe administration system. It works with prepaid cards or client accounts or in a post paid Self Service mode. Features include workstation control, user rights lockdown, accounting, stats and screen replication for CAI.

Cybera controls the access to the workstations and permits customers to use them in several different ways :

- Prepaid rechargeable Cards or Client accounts
- Prepaid or Postpaid Self-service sessions

Cybera is also usable as a training tool, blocking client workstations and even broadcasting the server's screen to each client."; 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 = ''; } }