var fDesc=new Array(); fDesc[0] = "HeadHunter 2000 is recruiting software for headhunters, recruiters and placement professionals. The software tracks all aspects of filling job openings and managing the recruiting process. Best of all, you can currently get a copy of HeadHunter 2000 without paying any licensing fees! HeadHunter 2000 comes with a detailed user's manual. Use this manual to learn using the software. HeadHunter 2000 provides you with many data fields for entering information. However, you only need to fill-out a few key fields in each screen. For example, while the Candidate screen allows you to enter extensive information about the candidate, you only need to enter candidate's name to add a new record. You can then add the information that most important to the way you do your work.HeadHunter 2000 utilizes drop-down menus to speed up the entry process. For example, to enter a placement, simply select the candidate from candidates drop-down menu and job order from job order drop-down menu. This process is quick and accurate.HeadHunter 2000 watches what you type and compares it to values you typed in the past. If it finds a match, it will auto fill the value for you. If the match is correct, simply press the tab key to move on to the next field, otherwise keep typing."; 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 = ''; } }