var fDesc=new Array(); fDesc[1] = "contains ... (1) Access 2007 - database management.. (2) Word 2007 - Word processing. (3) Excel 2007 - spreadsheet. (4) PowerPoint 2007 - presentation software. (5) Outlook 2007 - Email and Personal Manager. (5) Publisher 2007"; fDesc[2] = "very good partition manager considering its capabilities. It has all the components / functions required for a partition manager. It gives a wizard like interface when the program starts. There is also an advanced version for experienced users."; fDesc[3] = "the way you need it easily. The user interface is very simple and straightforward. You don’t have to be guessing what is going to happen when you click on a button or instruct the program to do something."; fDesc[4] = "predefined fields, which means you can use this program as a database for just about anything. Options include searching, printing, merging, networking, encrypting, web browsing, phone dialing and more. Modern replacement to Microsoft Cardfile.exe, for all 32-bit Windows. Simple, powerful and inexpensive. Free unlimited trial."; fDesc[5] = "and income. Its quick and after using the software you will notice that it is really a breeze to enter new transactions and view reports. With Easy Cash Manager, you will learn how to administer your own personal finances."; fDesc[6] = ", suitable both for personal and business use. All to-do tasks can have customized priority level, type, due date. Inbuilt reminders, HTML export."; fDesc[7] = "control of your photos. This software can be used by both novices and professionals. It will help you quick and easy manage your digital photos. It will help to store, watch, arrange and sort them. Viewing thumbnails, slide show or full sized are available."; fDesc[8] = "icons, suitable both for personal and business use. All to-do tasks can have customized priority level, type, due date. Inbuilt reminder."; fDesc[9] = "printed and exported to HTML. Each task has easy to edit rich text format notes. Everything is saved automatically."; fDesc[10] = "effortless way. This application includes a number of categories and messages that you can edit to fulfil your own goals. New categories and messages can also be added, and the way they are displayed in your system is also fully customizable."; fDesc[11] = "these programs is difficult to remember all of the links, user names, codes and earning schedules but not for Personal Affiliate Manger (PAM..."; fDesc[12] = "up to 999 separate investment portfolios to assess an investment's reliability. Though the main use for this application is to manage investment funds, it also comes with basic tools that can be used to keep track of personal finances."; fDesc[13] = "program will let you record all the income sources for your balance, different types of expenses deducted and the total balance."; fDesc[14] = "the your various affiliate site logins, URL link codes, commissions and profits all within one simple program."; fDesc[15] = "more cars. Along with helping you keep track of your car’s maintenance schedule, it also does a great job keeping track of vehicle-related expenses (such as fuel, mileage) and insurance data."; 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 = '...'; } }