var fDesc=new Array(); fDesc[0] = "Unleash the power to create resumes that will separate yourself from the 'cookie cutter clutter' and get you hired! Contains a wide variety of templates in different categories and job types. Print your resume, publish it to a Web page, burn it to a CD, or save it as a PDF and e-mail it! Add your voice, your photo or even a video clip! Contains cover letters, letterhead, business cards and label templates, fonts, a power verb list, sound clips, video and photo editing plus a handy contact manager complete with built-in activity reminder."; 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 = ''; } }