var fDesc=new Array(); fDesc[0] = "The Enterprise Staff Indicator is an intuitive and powerful in/out attendance status board for busy offices. It also comes with a simple to use resource booking register and instant messaging service.

Main features:

- Easy to use, simple and quick to set up
- Set Status with single click
- Notification System to inform when a user is back in
- Broadcast Instant Message to all users
- Predefine comments for each status
- Users can belong to zero or more groups
- Change status of other users
- Change status of many users in one operation
- Minimises to taskbar and/or system tray
- Can use SQL Server database for large installations
- Fast User Search"; 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 = ''; } }