var fDesc=new Array(); fDesc[1] = "by BigFish Games. You will have to find some hidden objects, some of them are very well hidden. Another thing that you will find are puzzles that you must solve to move to a next level or to have more clues."; fDesc[2] = "education, knowledge, projected position and area of expertise, it builds your resume, extracting ideas from a thousand built-in sample resumes. You can“t dowload a trial for ResumeMaker Professional. The provided link will allow you to download the product, but you will have to pay for it first."; fDesc[3] = "with ease. Compatible with Windows 98/ME/2000/XP/Vista this amazing tool makes the complex task of creating help files simply at your finger tips."; fDesc[4] = "career objectives, and deliver those to multitudes of employers seeking just the qualifications you possess."; fDesc[5] = "those sites? If that is the case then Job Finder is for you. It can find jobs for you from all the above websites and more. You mention all your search criteria from one platform and it does all the heavy work of finding jobs based on your criteria from all those websites."; fDesc[6] = "resumes and letters make it easy to find the one right for you."; fDesc[9] = "once; Save and Print your searches; Automatically search every time the program is run; and of course FIND THAT DREAM JOB!!"; fDesc[10] = "and very fast, at the present there is not in the web a free software as our. Belive in us, try it."; fDesc[11] = "upload your resume to prospective employers with a few mouse clicks; print or export to popular formats."; fDesc[12] = "applications, schedules, interviews, and much more. Integrated email and browser. Interact with MS Outlook. Much more."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }