var fDesc=new Array(); fDesc[0] = "HR Tracking Database Software was designed to administer HR and employment information with instant results, while maintaining the accuracy and performance that is required for modern business. It can track current staff, job applicants and candidates, uploaded resumes and job applications."; 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 = ''; } }