var fDesc=new Array(); fDesc[0] = "FlexiServer tracks staff hours and computer activity making tracking hours, vacation time and sick leave easier for employees and HR alike. It also has computer usage monitoring for quality control, security or legal compliance.
Track staff check in times and working hours
Know what your staff is working on
Create a flexible working environment
View reports for each employee
FlexiServer tracking hours and attendance of staff across a company."; 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 = ''; } }