var fDesc=new Array(); fDesc[1] = "as filling in familiar checks, invoices, and forms onscreen. Get all the features of QuickBooks: Basic, like easily pay bills, print checks, track expenses and much more. Customize 100+ pre-designed forms to create a unique look. Exchange data with Microsoft Excel and more than 325 other software applications. Track employee time and job costs. Create reports comparing estimated costs to actuals."; fDesc[2] = "maximize tax deductions and see how you're doing overall. This incredible program is perfect for home business owners and self-employed professionals, and includes all the features of Quicken Premier, plus smart business management tools."; fDesc[3] = "a house; then, you have to organize the yard sale to gain some money. The game basically consists in looking for hidden objects in messy scenes which are the different rooms in the house."; fDesc[4] = ", Addition/Removal for entry of New Books. It can also keep track of Magazines and Newspaper Billing in Library and Bills can be printed out easily without any computer knowledge in depth. Now it can also keep track of all transactions made by the Library and Book Agencies."; fDesc[5] = "check writing and inventory control. Accept or pay with credit and debit cards. Now Vista compatible."; fDesc[6] = "is based on the tried and true \"Envelope\" method of budgeting - a much easier way to see where your money is."; fDesc[7] = "login names, user names, alias, etc. and auto-fills all the forms when enter a log-in page, or when paying or shopping over the Web. All the sensible information and data are protected by means of 128-bit AES encryption process and saved on the user PC."; fDesc[8] = ", how much is left available, and what's your net worth. Money also reminds you of upcoming bills, alerts you when overdraft or over credit limit is about to happen. With Money's easy budget management function, you will always be on track!"; fDesc[9] = ", savings, credit cards, loans, debt accounts. You can even create your own account types!"; fDesc[10] = "finally become a savvy spender and protect yourself from the danger of debt."; fDesc[11] = "day. Includes an option to purchase 30 online consulting sessions."; fDesc[12] = "one personal financial tool that simply delivers; IngenMoney Pro V3.0, the solution you've been waiting for!"; fDesc[13] = "and Reports."; fDesc[14] = "system: General Ledger, Accounts Payable, Accounts Receivable, Inventory, Purchase Orders, Sales Orders and Quotes, Manufacturing, and Sales Analysis. Sales orders may be optionally entered as quotes and printed for customer approval. When approved, the status is changed to On Order. Picking slips may be printed for the shipping department. Bills of lading may be printed to go with the shipments. Multiple shipments are allowed per order. Manufacturing orders default to the product standard component items and resources (labour and equipment), which you can then change for substitutions or running on a different machine if one is overbooked, or for manufacturing a custom product. Bills of Materials may be printed for the plant personnel showing the materials and resources to be used. Receipts default using data from the order, so only exceptions require entry, such as unplanned..."; fDesc[15] = "information you want to keep, in one location. It uses a familiar \"Tree View\" list for you to keep all of these items"; fDesc[16] = "person, or using a custom percentage. You always see \"who owes who what\" and can settle up at any time."; fDesc[17] = ", designers, architects, accountants, programmers, doctors... Billing software is for anyone who bills for service, labor, and/or material."; fDesc[18] = "on your Windows 98, ME, NT, 2000, or XP PC using your TWAIN compatible scanner. You can create and manage a document repository on your file system. Documents are filed by account and date. Scanning is automated by sidestepping the TWAIN user interface. There is a convenient explorer-style view for browsing your documents. You can use a median filter for automatically removing noise in black and white scans. Documents are stored as multi-page TIFF files and black and white pages are stored using CCITT Group 4 compression. Color and gray pages are stored using LZW compression. Documents are viewed using an integrated image viewer. MrBills uses no proprietary databases. You can even attach a note to your documents."; fDesc[19] = "reminder system for appointments (with popup reminders and day views), bills and events (birthdays, occasions and special days), will allow you to keep your contacts (with digital pictures regardless where they reside on your hard drive), recipes and other personal information in the many categories. You will be able to find address and phone numbers is a split second using Rapid Sticky Notes which links direct to the contacts database. Now, recording all of your kids milestones and keeping your personal records and achievements is a snap. Excellent Recipe section with easy recipe copier. You can even create digital picture albums for your contacts or subjects, where you can easily view the images by thumbnail, individually or by slide slow. You can select which features you want to use. Truly excellent and feature packed software that we all need. It is probably the handiest software..."; fDesc[20] = "obligations, and help you see exactly where your money goes each week. A must have program to regain control of your finances."; 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 = '...'; } }