var fDesc=new Array(); fDesc[0] = "Vitae helps you write your CV and cover letter and manage your applications follow-up nice and easy. Using various models, you can write very easily a professional CV and cover letter, in a Word or HTML format. During the whole writing process, you are given precious advice. In no time, your documents are ready, clear, professional and personalized to your different recipients. CVitae also allows you to broadcast and follow-up your applications (spontaneous or in answer to a job offer). The resume and cover letter are adapted and personalized to every contact information (name of the company, contact name, address...), as it would be in a mailing."; 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 = ''; } }