var fDesc=new Array(); fDesc[0] = "A program to help automate the job application process. You fill in a few fields and it customizes your cover letter for the job, attaches your resume, emails them off, and logs the application including the website with the job description.

Main Features:

- Have your cover letter customized automatically for each job prospect.

- Choose different cover letter and resume combinations for each job prospect.

- Have access to all your information when a hiring manager calls.

- Never worry about applying more than once to the same job.

- Fast Job Applier is free software licensed under the GPL."; 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 = ''; } }