var fDesc=new Array(); fDesc[0] = "TimeCard is the program for you if you need to track time and attendance. Enter your employees' times in and out for your specific pay period and this time tracking software does the rest.

Once the time off reasons and benefit rules are entered for your company, TimeCard calculates the number of regular hours and overtime hours employees have worked and tracks benefit hours employees earn and use. All according to your policies.

Your business, your rules. Unlike other time and attendance programs we're not going to tell you how things must be done. Easy to follow instructions in the user manual and in the on-line help file allow even novices to use the program."; 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 = ''; } }