var fDesc=new Array(); fDesc[1] = "and 8 cm discs. In only 4 simple steps you will be able to design and print the complete artwork you need for both the disc and its jewel case. You can either print a CD/DVD label to stick on the disc or print directly onto its surface, using Labelflash and LightScribe technology."; fDesc[2] = "The animations can be saved as animated gifs to be used on web pages. An example animation is included."; fDesc[3] = "are stored in a single text-based ini file. The information is shown in yellow rectangular windows. Once you´ve take som note on them, they will stay on screen (even after reboots) until you take them away, just like a post-it."; fDesc[4] = "can be a threat through a USB drive. The program is small, quick and fully compatible with all software. Once installed it will not require virus database updates and will immediately provide protection against threats that come through the USB connection."; fDesc[5] = "software is all in one Address Book, Daily Journal, Day Planner, etc. It provides the usual day, week, month and year views for your calendar, and lets you see abbreviated or expanded views of your address book."; fDesc[6] = "compression abilities. DAX file uses the DAX Ziso loader, and compress ISO to maximize the space on the Memory Stick for the PSP. CSO file is useful with the new DevHook Loader 0.41, and compress ISO to CSO file."; fDesc[7] = "images with powerful Stick Photo Star. The program is also helpful in editing tasks. Included color adjustment functionality allows the user to adjust image colors using the balance tool, or by adjusting colors with the curve tool."; fDesc[8] = "desktop. With a few clicks you can attach a note tab, a calculator, a calendar, a navigator tab to explore your folders, or an Internet tab to easily browse websites. Once you have added your tab, you can customize it: you can change its title, theme, or position, among other things."; fDesc[9] = "open with passwords, chip card, USB-Token, CD or certificate (PKCS) and use like a normal drive in the File Explorer."; fDesc[10] = "including external devices, such as drivers, memory cards, multimedia drivers, memory stick, and so on. First, we must define from the option window which files should be searched: By identical name, size, file attributes, creating date, etc."; fDesc[11] = "USB stick."; fDesc[12] = "provides a smooth flow of your data within your network. It is a good-looking radio adapter that connects your PC or laptop wirelessly to your wireless LAN router or other components. It ensures data transfer at 54 Mbps. Fast enough to do whatever you like in your computer network. The Gigaset USB Stick 54 is recommended for: Gigaset SX550i dsl/cable, Gigaset SX550 dsl/cable, Gigaset SE505 dsl/cable, Gigaset SE515 dsl."; fDesc[13] = "graphics and neat sound effects; with the new 3-D Cue Stick view make the shots easier or choose an easy to shark-level opponent or grab a friend and play in two-player mode. Hammerhead Pool to Go offers"; fDesc[14] = "capabilities, with a relational database including an intuitive user interface for instant searches. Twelve years of development have given Papyrus a complete range of innovative features; nevertheless, we still focus on what is really important for our users. This is why Papyrus has become the fastest, most efficient, and probably the most stable office software package sold today. You can even use Papyrus from a USB memory stick. This means that you can take your Papyrus (and your data) with you, and use it on any Mac (or Windows) computer. Remove the memory stick, and leave the system untouched. Of course, you can also use Papyrus traditionally, installed on your hard disk: its your choice. (You can install your Papyrus onto any USB Memory stick simply by copying the installed Papyrus folder - less than 10 MB! - from your hard disk to the USB stick.)"; fDesc[15] = "damaged images."; 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 = '...'; } }