var fDesc=new Array(); fDesc[0] = "The total solution for hiring of personnel to your organization. You can keep track of the various stages of the hiring process. Email applicants with form letters at any stage of the process. With intelligent auto-matching keywords and the face-to-face interview, you are able to combine both subjective and objective factors in determining the right person for the job. Integrates with HR Control centre for creating applicants to employees. Manual includes screenshots."; 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 = ''; } }