var fDesc=new Array(); fDesc[1] = "dimensions. Celestia runs on Windows, Linux, and Mac OS X."; fDesc[2] = "acquire images from a digital camera or scanner, quickly improve, organize and catalogue photos, create greeting cards, fliers, and Web graphics, create presentations. Picture Studio Online will let you share pictures online directly from Image Expert."; fDesc[3] = "collection and you are using a spreadsheet to keep track of where your discs are and what they contain. Well, that's the way I used to do it. With applications like All My Movies, you can add all your titles to a database that is enhanced with cover art..."; fDesc[4] = "program, you will be able to have a register of all the movies you like and order them by year, name, actors and more. The program will allow you to Browse your DVD database and to add data and coverts automatically to your movies."; fDesc[5] = "take the user out of this frustrating situation, Smart CD Catalog Professional will prove out to be very effective. Smart CD Catalog Professional will allow user to arrange and list the collection of their CDs/DVDs in a systematic and ordered manner."; fDesc[6] = "catalogue, edit and play the most common music formats (MP3, Ogg, WMA, iTunes M4A, FLAC, APE and MPC) as well as standard Audio CDs."; fDesc[7] = "Video, CD, or DVD. Its nearly 70 different transition effects, together with its extensive catalogue of themes, offer you unlimited possibilities to share and enjoy your digital photo collections."; fDesc[8] = "and shows all the metadata embedded in the photograph, allowing you to edit the content of the highlighted tags. It supports both Exif and IPTC-NAA data, showing all the existing information clearly organized in sections and tags."; fDesc[9] = "options covers almost anything your need to correct and enhance your photographs – from removing colour stains or red eyes, to correcting the exposure, white balance or brightness, this software is useful for all kinds of users."; fDesc[10] = "catalogue our files, folders and disks by adding them from anywhere within our computer, including drivers and any external or/and removable device. We are allowed to manage them, add comments, categories, sort the files by location, category, export/import, etc."; fDesc[11] = "and folder names and tree, allows user to categorize folders and files, and allows searching all the imported files."; fDesc[12] = "program catalogs contents of your media and makes it available for offline browsing and searching."; fDesc[13] = "comments. Transforms pictures in batch mode, web-slideshows. Picture editor. View stitched pictures in the cyclorama viewer. SLideshow,Screensaver."; fDesc[14] = "CD and track information into its database - including artist name, title, label and more! Exports to HTML and PDF."; fDesc[15] = "detail sheet, booklet and brochure."; 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 = '...'; } }