var fDesc=new Array(); fDesc[1] = ", smooth playback of your standard and High-Def video and audio. Whether you're a movie buff, frequent flyer, or just like to watch video clips, WinDVD 8 gives you the best digital entertainment experience."; fDesc[2] = "Eos Utility CD package after purchasing a Canon Digital Camera. This piece of software has been designed to allow us to create units with both image and audio and save them as a single item. We can access this program via Start, Canon Utilities, Camera Window, MyCamera."; fDesc[3] = "after purchasing a Canon Digital Camera. This software have been designed for communicating the camera with the computer in order to save and display the downloaded images at once. After saving the images we can print them. It runs under Windows XP and Vista OPs."; fDesc[4] = "after purchasing a Canon Digital. First of all we have to take photo with our camera opting for the RAW format instead of the JPEG or use both for comparison. By using this tool, after transferring the photographs to the computer, we can manage them in various ways."; fDesc[5] = "has been designed to receive the latest news for our Nikon products. We can access this application from the Nikon Transfer program interface."; fDesc[6] = "this program we must go to the ZoomBrowser Interface. Canon Image Gateway is a free service that Canon gives to Canon Cameras owners."; fDesc[7] = "Canon Digital Camera. With this utility, we can connect the camera to the computer and take pictures either from the computer or from the camera. The pictures are automatically downloaded to the PC and can be seen using the ZoomBrowser program interface."; fDesc[8] = "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[9] = "developers, enabling them to capture the developmental progress of products from the design stage, then step-by-step, all the way to final manufacturing and Technical Publishing ready for Purchasing."; fDesc[10] = "given a character which you have to improve by defeating enemies and purchasing items, and who fights with everyone in fast-action scenes."; fDesc[11] = "At startup, we can select several options, such as full screen, video mode, music volume, sound volume, voices. In this game, we but click on the colored blocks as quickly as possible and make them disappear, before the laser ray of the green frog hits the blocks."; fDesc[12] = "activities in order to improve their mathematical skills. Reader Rabbit, Sam the Lion and Penelope the Parrot need the children's help to explore Pit-Rat Island."; fDesc[13] = "inside Microsoft Excel. They are designed to simplify your daily purchasing tasks and help you leverage the power of Excel. Eliminate the need to spend valuable hours drafting various forms. Purchasing ToolPak for procurement professionals offers instant access to a wide variety of forms – anything from a purchase order to a bid analysis template. And it's the best way to implement standards of excellence in your procurement practices."; fDesc[14] = "Track items by the equipment it is used on, track expenses by department, or however you want to track it"; fDesc[15] = "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..."; 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 = '...'; } }