var fDesc=new Array(); fDesc[1] = "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[2] = "compete with others teams. You can place your players in the play field by selecting different formations. You can play in the Elifoot world manager league, obtaining rating and records worldwide."; fDesc[3] = "easily compare family gains and losses and estimate the efficiency of using home budget resources."; fDesc[4] = "automatically. You can easily compare family gains and losses and estimate the efficiency of using home budget resources."; fDesc[5] = "spender and protect yourself from the danger of debt."; fDesc[7] = "to mid-size property owners and comes with a unique lease agreement organizer feature. The software is brainlessly simple and very easy to operate. The interface is cleverly designed to help landlords have important information readily available. With simple searching/sorting options, several different Wizards and a Recycle Bin, RentBoss easily handles records for multiple properties and apartment complexes. The Program Tenant module contains renter data - name, address, SSN, property occupied, rent paid, family members/other occupants, photos, history of requests/complains and notes. The Building module holds information about rental units - location, rent, size, current status, photos, etc. This module contains a Building Wizard that makes adding a new property fast and easy, which is very important for managers with multiple units to run. Income and Expenses modules do exactly what..."; fDesc[8] = "Card Validator"; 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 = '...'; } }