var fDesc=new Array(); fDesc[0] = "ResumeGrabber Suite mass imports resumes from Google search results, Outlook email, PC folders and more. The software uses powerful resume parsing technology to accurately extract resumes and candidate contact information contained in it.

The captured resumes and contact info are then automatically transferred to respective fields in your database.

ResumeGrabber Suite also includes 100 expert boolean strings to search the Internet for qualified resumes and to conduct background research on candidates.

Speed-up online candidate sourcing: Searches resumes on the Internet.

Speed-up resume import: Extracts resumes and contact info into database."; 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 = ''; } }