var fDesc=new Array(); fDesc[0] = "Resume Builder v4.8 is a complete solution to all your resume writing problems. You can now create your own customized, professional and visually appealing resume in a few minutes. The user friendly interface of the software is very helpful in building your own custom resume quickly and effortlessly. Resume Builder v4.8 makes the task of building a well-written and well-designed resume a breeze by allowing its users to choose from more than fifteen different resume styles. Users can create their resume by looking at the sample resumes and examples in various languages such as French, German, and English. Resume Builder can display the resume structure in a user-friendly format, so that you can choose which sections of it to publish. You can also modify the order of the Published Sections Biographical Data, Objective, Employment History, Education History, Personal, Skill Areas, Publications, Honors/Awards, Summary, Licenses and Certification, Military History, and References. You can create resumes in English, French, German, Spanish, Dutch, Portuguese or Italian.
The software also has an Exporting to HTML feature that generates an HTML-based resume, which can include hyperlinks and other web-specific functionality."; 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 = ''; } }