var fDesc=new Array(); fDesc[0] = "If you want to get the most out of your job search, you NEED the Job Finder. This one tool gives you the upper-hand. You will not only find hundreds of jobs to apply to within seconds, but send your resume and cover letter off with a few clicks of the mouse. An easy-to-use layout with applicable features ensures that you can find and apply for jobs online with ease."; 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 = ''; } }