var fDesc=new Array(); fDesc[0] = "MSD Employees is an employee management software and human resources software, that allows you to catalog the following information: personal data, company data, relatives, history, documents, equipment, qualifications, courses, certificates, knowledge, labor experience, contracts, salaries, fringe benefits, absences and holidays, delays, overtime hours, congratulations, warnings and sanctions. MSD Employees allows you to take a graphical control of the absences and holidays of the employees, by means of the allocation of a color to each type of absence. Thanks to the labor calendar that the program provides, it calculates the natural days and the workable days of every time period."; 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 = ''; } }