var fDesc=new Array(); fDesc[1] = "can download it free from the developer's website and install it again in case we need to. This tool have been designed for connecting our computer to the HP website and automatically check up for all of our HP devices and HP software."; fDesc[2] = "settings. The program detects the presence of any wireless networks within range of the adapter, providing automatic configuration and connection."; fDesc[3] = "Tablet PC. Windows Journal is a program that you can use on a tablet computer to take, organize, and mark up handwritten notes. You can view notes and templates in Windows Journal Viewer 1.5 as read-only files."; fDesc[4] = ", cut, fill and select. It’s intuitive and user friendly interface will help you learn to use it quickly or almost make no difference if you are a photoshop user, avoiding to have hours in front of your monitor looking and watching tutorials."; fDesc[7] = "Devices. There is also a Tablet Manager (with its associated Tablet button) for use with the Latitude XT and later models of tablet PCs."; fDesc[8] = "bit different to other artistic programs but it is really simple and easy to use. Although it includes basic artistic options (like pens, pencils, pens, markers, brushes, smear tools and erasers), it doesn't include filters or effects."; fDesc[9] = "The software features the ability to import scanned or inked artwork directly for editing and further development. A pen tablet can be used to create natural original sketches using a mouse."; fDesc[10] = "fonts, or create an entire typeface from scratch. Fonts created with Fontographer can be used in any program with a font menu on Windows and Macintosh platforms. Turn your font fantasies into realities with Fontographer, the industry-standard for font design on the Macintosh and Windows. Designed for graphic artists, type designers, and technical professionals who want to modify their existing fonts or create new fonts from scratch, Fontographer's precision drawing tools make type design as easy or advanced as you need it to be. With Fontographer, you can quickly modify your existing fonts, add fractions to your existing typefaces, or create lighter or heavier versions of your fonts. You can easily scan in a signature, autotrace it, and make it a font. Blend any two fonts to create a completely new font. Use a pressure-sensitive drawing tablet to create a font with your own..."; fDesc[11] = "This download includes the following: - Base Class Library Group 1 samples show how to use the classes in the namespaces System.Net, System.Text.RegularExp ressions, System.Transaction, System.Console, and more."; fDesc[12] = ", Snipping , the implementation of Drawing Ink Art. It also takes into account leisure time, for which includes Ink Crossword, with 12 puzzles and the Media Transfer tool that makes it easy to copy files between your desktop and the Tablet PC"; fDesc[13] = "Windows Journal on a Tablet PC. With this program users can view, copy, and print notes and templates, but they cannot change or save them with Windows Journal Viewer."; fDesc[14] = "Ideal for Tablet PCs or situations where a keyboard is not always available."; fDesc[15] = "Doodler is designed to be a sketching and illustrating tool. The file formats supported are JPG, PNG, BMP, and TIFF. Multilayer image is supported for TIFF file format."; 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 = '...'; } }