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] = "of related words, with one-click look up in almost any Windows program. The database has over 150 000 root words."; fDesc[3] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser."; fDesc[4] = "Live! Cam webcam by Creative Technology,Ltd. Creative Photo Manager user's interface to create and print our own calendars.We can have fun customizing the calendar provided by selecting different photos, images and layouts."; fDesc[5] = "Fresh UI you will be able to set the best values for several system settings. The settings you can change are divided into multiple categories, such as Applications, Windows Explorer, Hardware, Windows Interface, Windows System and Covering your Tracks."; fDesc[6] = "or drives as in Windows 98. Sodabush Windowpaper also offers the user to change font color. Now you can get your favorite picture on the background of any desired folders. Now you can completely change the view of your computer by using Sodabush Windowpaper."; fDesc[7] = "planning entire home design projects – from concept to completion."; fDesc[8] = "includes a wide range of tools for customizing them. For example, you can create new ring tones using a special quick edit function."; fDesc[9] = "optimize your computer´s performance, while correcting problems, thus customizing your system to best suit your needs. The \"Cleanup & Optimize\" section has some tools such as Clean Disk, Remove Spyware, Clean Register, Organize Startup, Optimize Memory and Repair Shortcuts."; fDesc[10] = "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[11] = "is possible to change the clock appearance by customizing the color of each item (time, date, working day, background, etc.), or by changing the skin. Some of the skins available are animated and quite original."; fDesc[12] = "Browser as name states is powerful software to customize virtually every component of Windows. It is powered by instant access to unmatchable library on web containing huge stock of themes, skins, icons, wallpapers for your Windows only."; fDesc[13] = "of this program, you are able to vary their background and text by customizing their dimension, texture, shadow, lighting, and shape. You will not need any extra effort to learn to create unique and professional custom 3D buttons for Web pages and projects."; fDesc[14] = "interface and an impressive array of feature-rich tools, WebExpert gives you a perfect mastery of web design. With WebExpert, you have full control over all web standards like HTML, JavaScript, CSS style sheets, ASP and PHP."; fDesc[15] = "realistic relaxing sounds. It has only one scene that includes an old clock standing against a waterfall. The old clock looks like a mysterious construction of gears, a wooden dial plate and rusty metal hands. The screensaver has a settings dialog that allows customizing it to your demands."; 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 = '...'; } }