var fDesc=new Array(); fDesc[0] = "Set limits on patron sessions, printing, Internet browsing, and all resources for shared access on public computers.

Cybrarian.com™ software secures all patron access for small libraries, government institutions, hotels, and Internet cafes:

- Limit session times.
- Manage printing costs.
- Authenticate patrons with your ILS database system.
- Monitor appropriate PC usage.
- Shutdown PCs at the end of the day automatically.
- Eliminate manual signup sheets.
- Distribute shared access resources.
- Provide a safe experience for patrons."; 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 = ''; } }