var fDesc=new Array(); fDesc[0] = "RCP Master 3 is a Windows software dedicated to time and attendance analysis. User attendance is registered electronically on T&A terminal by means of dedicated ID. Registered events are processed by the software, which enables to analyze employees attendance and calculates the total time work including overtime, night shifts, delegations, holidays, etc. The software is dedicated to HR departments in small, medium and big companies with versions for 25, 50, 100, 250, 500, or 1000 employees and for single or multiple workstations."; 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 = ''; } }