var fDesc=new Array(); fDesc[0] = "SkillPoint is the most advanced Recruitment Automation software encompassing all aspects of recruitment process from Requisition Creation till Joining of Candidates, and managing all the financials associated with the process. It is a comprehensive product with rich functionality for various parts of the recruitment process, including Candidate Sourcing, Resume Management, Candidate Search Engine, Requisition Process and Workflow Management, Client and Agency Management, Candidate, Client, and Agency Communication using Email and SMS, Automated Email Generation Engine, and Mass Mailing."; 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 = ''; } }