var fDesc=new Array(); fDesc[0] = "Recruiting Management Software is a recruiting, applicant tracking software program for human resource (HR) departments, staffing agencies, and personnel recruiting and placement agencies.
Mipsis Recruiting Management Software program helps corporate recruiters keep track of and select the most qualified job candidates rapidly, efficiently, electronically. Recruiting Management Software and electronic applicant tracking system supports complete job applicant and candidate tracking, from the initial recruiting and resume management and referral source, through the interview and testing process, job offer and acceptance, and follow-up."; 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 = ''; } }