var fDesc=new Array(); fDesc[1] = "Anti-spam, Firewall protection and online threats protection using the all new DNA scan feature. You can use the schedule scan and native boot scan to heal viruses that works in your system shell."; fDesc[2] = ", eliminates clutter, automatically repairs errors and more. The System Mechanic interface displays these main features: Dashboard which analyzes and repairs problems, ActiveCare for automate maintenance, Tools which runs specific tools and Reports for feedback."; fDesc[3] = "includes common features in the programs of control of most parents, as the search for restrictions, blocking Web content filtering and Web monitoring reports of the activity."; fDesc[4] = "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[5] = ", 2000, XP and Vista. Its help file is really big due to the amount of information and reports you could do with it, however the most common usage is to troubleshoot stop errors (bluescreens of death)"; fDesc[6] = ", Excel, Power Point (Microsoft Office), Writer, Calc, Impress (Open Office), DXF/DWG (AutoCAD 2004), Text, HTML, and format images like BMP, JPG, GIF, PNG, TIFF."; fDesc[7] = "files from your disk, the system will occupy and free clusters in your hard disk. This free space will be used by new files, filling the spaces scattered in your disc, splitting the files in multiple blocks."; fDesc[8] = "use. If you are a beginner to genealogy, you can learn to use GenoPro in a few minutes without the need to take a look at the online help. GenoPro is capable to draw any type of family tree, including the most complicated family difficult to \"picture\". Once you have finished your family tree, you can save your family tree in a metafile to insert in Word, PowerPoint or any other Windows software. A metafile is a picture with a transparent background capable to be scaled to any size without quality loss. You can use GenoPro to create a huge poster of your family tree. GenoPro can insert unlimited pictures for each individual and family, and help you to create a CD ROM of your family album. GenoPro has a powerful report generator to generate detailed reports in the language of your choice. Those reports can be printed using Word or published on the Web using your internet connection...."; fDesc[9] = ", and/or the Windows clipboard, and/or save them to bitmap files."; fDesc[10] = "using. The main element in the whole process is the application tracker, Wakoopa 1.0.7, which is a small application that monitors your computer and reports back to Wakoopa with the applications that you use."; fDesc[11] = "creator. However, Excel is a general-purpose desktop tool, but not specialized to store, organize, and manage large amount of data. Excel Invoice Manager combines the advantages of Excel and back-end databases, and let them do what they are best at: using an Excel template to create, calculate invoices and reports, using a back-end database to store and manage all persistent data like customers, products, invoices and payments. The invoice template included is completely free and can be used standalone to create invoices. This means all calculation is done by the invoice template itself, and all Excel tools are available to you for customizing invoices and reports, such as customizing fonts, colors, terms, even formulas for calculating taxes. Yes, without leaving your familiar Excel, you can create very own professional looking invoices! The Excel Invoice Manager COM add-in connects..."; fDesc[12] = "accuracy. Your typing can be as easy and fluid as speaking while causing you to finish writing tasks with higher efficiency. Creating reports, emails and presentations will be done more quickly, giving you extra time in your day."; fDesc[13] = "gather data from different locations within the computer. This application also has a database of its own so it can produce plenty of reports along with multiple options of saving them as well."; fDesc[14] = "with many details about the books you have. This powerful application is a great solution for those who want to create and maintain a complete inventory perfectly organized and easily manageable."; fDesc[15] = "information about classes, subjects, attendance data, score and others. This program is intended for teachers of any grade level and institutions."; fDesc[16] = "drag-and-drop software can turn an estimate into an invoice with just one click. It will also email the PDF saved invoices to your customers by simply adding their email addresses to a database and then choosing which customers you wish to send it to."; fDesc[18] = "navigation, charts, open database format. View statistics changing over time, compare reports for different intervals. Create custom reports."; fDesc[19] = "of computers in their networks. This inventory collects a lot of information about software and hardware present in the computers connected to the network without the need of installing a client in those computers. It includes a Report Builder."; fDesc[20] = "minimizing as much as possible times and cost involved. As mentioned above, this version can work over a network – even Internet – allowing multiple users share the information stored in the database. The program implements a neat and intuitive interface and supports bar codes."; 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 = '...'; } }