var fDesc=new Array(); fDesc[0] = "Job Search Toolbox is a tool that streamlines the process of searching and applying for a job. You will save time during every step through automatic input of data, auto creation of cover letters, auto setup of emails and more.

If the job listing online has an email address, you can use create and send your application (resume/cover letter) almost all completely automatically, using the built-in features in Job Search Toolbox. The Tour Guide walks you through each of the seven simple steps (Search, Investigate, Add Contact, Add Application, Edit Application/Cover Letter, Apply, Report (ex: to Employment Security Commission)."; 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 = ''; } }