var fDesc=new Array(); fDesc[0] = "FlexiStation is software for automatic employee time attendance logging.
FlexiStation is the modern replacement for an hours book or time card. For staff who work at computers it does all hours logging automatically. It records log on and shut down times as worked hours. It automatically detects lunch and other long breaks by monitoring computer idle state. Hours can also be entered manually if the employee is not working at a computer.

The way it works is like this: The manager or bookkeeper runs FlexiServer on their PC. All staff then run FlexiStation on their computers. FlexiStation will run automatically in the background, logging hours worked. Whenever the manager or bookkeeper want to view reports they can log onto FlexiServer with their web browser and use the control panel. Employees can also log on to FlexiServer using web browser to enter manual hours at any time."; 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 = ''; } }