var fDesc=new Array(); fDesc[1] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing"; fDesc[2] = "is available for direct downloading and is available in several languages. It is a program to make photo printing very easy and quick. It supports TIFF,JPEG,PIC,BMP and RAW images."; fDesc[3] = "necessary adjustment to the document and preview it before printing (up to 20 copies without the need of any other application)."; fDesc[4] = ", at a basic level, images or photos with different layouts. We can add more features to this utility by combining it with other Epson programs. It runs under Windows XP, Me, 98, 95&2000, Mac OS 8.1 to 9.X and Mac OS X 10.2 or later."; fDesc[5] = "single PDF. It increases the convenience of document delivery by having a single PDF that contains material from different sources. One mouse click is enough to send the PDFs through your default email program."; fDesc[6] = "sheet, print double-sided (duplex) and create electronic letterhead. You can print booklets, add watermarks, headers and footers. FinePrint can scale from one paper size to another. Your pages can be saved in JPEG, TIF, BMP formats."; fDesc[7] = "digitalize your paper notes. It also allows to: personalize notes, insert photos and associate images with websites, make lists and reminders, set alarms and add sounds, administrate a virtual memoboard, locate notes by special searches, back up notes and memoboards, use hotkeys and more."; fDesc[8] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version."; fDesc[9] = "business cards in a few minutes. The program includes thousand of pre-defined templates, backgrounds, clip-arts and images to help you design beautiful cards in a snap. However, you also can use your own logos and clip-arts to create new cards from scratch that satisfy your needs."; fDesc[10] = "paper and reproduce documents into editable and searchable Word or Excel files. The program features a very simple user interface with a wizard that leads you through the simple steps of scanning and converting, or you can run the application directly from Microsoft applications."; fDesc[11] = "and have never liked reading on the computer. The reasons are varied. Some people say that the monitor hurts their eyes. Well, yBook attempts to solve that problem by adding a texture to the background of the reader."; fDesc[13] = "to design paper craft models from 3D data. This free viewer shows you both the 3-dimensional finished model and each of the 2D parts you need to assemble the whole project. With this tool, you can print out all the necessary sheets containing all the pieces you need to build your model."; fDesc[14] = "translates them to 2D format, which makes it possible to print them. Pepakura Designer allows you to load files made with 3D Studio, LightWave, Softimage, AutoCAD and the freeware format MetasequoiaLE."; fDesc[15] = "games and a real paper constructor (named origami) using the patterns - paper characters, they are many alive characters like an eagle, chicks, bear, bees, dragonfly, swan and so on."; 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 = '...'; } }