var fDesc=new Array(); fDesc[1] = "efficient way, and as a result, you will avoid the annoying problem of having to use many programs to open different types of files. In addition, the program offers you a nice and easy-to-use interface."; fDesc[2] = "sizes and colors/textures, which you can modify in a variety of ways. The first obvious way in which you can play with these buttons is by changing the text inside them. This is done by simply selecting a button and writing some text in its text field."; fDesc[3] = ", *.sldasm, *.slddrw, eDrawings suh as eDRW, ePRT and eASM, as well as Autocad drawings such as *.DXF and *.DWG. Review and print these documents are easy tasks with this application. Result files can be saved as BMP, TIFF, JPEG, PNG or GIF (*.gif) , and HTML files."; fDesc[4] = "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[5] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere."; fDesc[6] = ", monthly, even annual calendar views enabling them to organize their appointments, schedules and keep note of important dates. The Calendar Wizard included with Calendar Creator 12.0 provides users with the choice of over 250 customizable templates."; fDesc[7] = "support for many digital cameras software and is compatible with file formats such as JPG, GIF , RAW, BMP, TIFF, PNG, DNG. The tool is bundled with a FTP client software. Many website templates like wedding, model book, holiday, real estate, etc are also available"; fDesc[8] = "online, this is the perfect software to use. The whole process of creating album is simple and easy. No experience necessary for handling HTML or FLASH tools used in this software."; fDesc[9] = "mapping techniques for the organization of ideas and information and the way they should be implemented. The program features a beautiful and organized user interface that allows you to fully edit your diagrams as you wish."; fDesc[10] = "add-in to convert Word to PDF with all bookmarks, TOC, and hyperlinks. Now Vista Ready!"; fDesc[11] = "viewing right from .jpeg, .gif, .ico, .bmp, .tif, .png, .wmf, .tiff, .emf, .pcx, down to .tga, along with Adobe Photoshop(.psd), text editing options, web contents (HTML) browsing, hex viewing, and loads of other features."; fDesc[12] = "Adobe Acrobat (PDF) files are to manage when you don't have the right tools. This application should provide a nice way out of those complications. This is not a tool to open or edit PDF files; it is simply a converter that allows you to convert, for example, your .DOC files..."; fDesc[13] = "HTML you can create a wonderful website. You can import pre-made HTML pages, edit or rotate images, apply 55+ effects, create shape and manage transparency. You can create stylesheets, menus, rollover or roll-on click effects, play or stop music, launch Java functions."; fDesc[14] = "difference to the charm of the homepage of an ordinary website, by adding elegant and stylish buttons and good looks, thereby making it user friendly and eye catching."; fDesc[15] = "processor, spreadsheet, photo editor and digital photo organizer. Also Includes export to Adobe Acrobat PDF files."; fDesc[16] = "and galleries of various styles in a snap. The program features a nice and intuitive wizard-like user interface that enables you to easily go through the four steps of the process."; fDesc[17] = "document format (PDF, HTML, CHM, RTF, HLP, TXT, DOC, MDB, XLS, etc.) easily and quickly."; fDesc[18] = "photographs. By using tags, EXIF information embedded in JPEG files, and the IPTC information, you will easily locate, move, and keep organized all your images. This complete application supports JPEG, PSD, TIFF, PNG, GIF, BMP, as well as RAW files from the most popular camera manufacturers."; fDesc[19] = "Internet. It was developed for placing your own copyright bar on an image. It might help in preventing using the picture by other people without your wish. The program has a very simple and easy-to-use interface."; fDesc[20] = "program features an unattractive user interface, which looks old and old-fashioned, you can create complete and fully customized calendars for multiple uses."; 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 = '...'; } }