var fDesc=new Array(); fDesc[0] = "Paraben's Resume Wizard is a powerfull resume building program. Using a wizard format, you can enter the information for your resume step-by-step and instantly publish a professional looking program to HTML. Print it, post it on the Internet, or send it to potential employers by email. You don't have to be a professional desktop publisher to create a great looking resume. Keeps a database of all potential employers. True bulk email capabilities for emailing your resume to countless companies. Control the layout and design of your resume without complex word processing. Creates HTML, Web Ready, resumes that you can put on the Internet. Fill out the Resume Wizard step-by-step and publish your resume instantly."; 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 = ''; } }