var fDesc=new Array(); fDesc[0] = "Al-Ameen Human Resources is a program designed to help you have control over your payroll package whether you have a small, a medium or a large business. It has the ability to link with the working hours surveillance systems, to issue salaries statements and to approach employees information."; 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 = ''; } }