var fDesc=new Array(); fDesc[0] = "CFG Resume Blast is a tool that enables your resume, including a cover note to be distributed and targeted to recruiters in locations of your choice. Locations are selected by state or city. A desktop application connects to our online database. Your resume is never stored online nor uploaded, instead it is delivered by an email service provider of your choice. CFG Resume Blast offers a convenient and easy way to target multiple recruiters in a given state, or collection of cities with just a few mouse clicks. Your resume is emailed to each selected recruiter individually and directly (no cc or bcc required)."; 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 = ''; } }