var fDesc=new Array(); fDesc[0] = "When you look for a job, do you find yourself going to Career Builder, Monster, Dice, Hot Jobs, etc. sites, and performing searches on each of those sites? If that is the case then Job Finder is for you. It can find jobs for you from all the above websites and more. You mention all your search criteria from one platform and it does all the heavy work of finding jobs based on your criteria from all those websites."; 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 = ''; } }