var fDesc=new Array(); fDesc[1] = "Digital Camera. The latest version of this application runs smoothly under Windows Vista, although it can also support Windows XP and 2000. It has been designed for merging up to 26 photos in a single one, either vertical or horizontal."; fDesc[2] = "necessary adjustment to the document and preview it before printing (up to 20 copies without the need of any other application)."; fDesc[3] = "and features that can get your raw photos ready to the publishing or sharing. You can use special effects, denoise and red eye effect removal tools to enhance your camera pictures. Photo! Editor supports all the popular image formats, like JPG, BMP, PNG, GIF and TIFF."; fDesc[4] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on."; fDesc[5] = "board with wall in three sides, and you with a bat in the remaining side. You have to make a ball bounce on the walls or your bat, and destroy bricks on the board."; fDesc[6] = ", JPEG, PNG, EMF or GIF), you can print posters any size you want, using any Windows printer, with any paper supported by your printer (A4, A3, Folio, Letter, etc). You will be able to use any font installed in your system for text."; fDesc[7] = "size over 1,000% without the loss of sharpness or detail that you would normally expect. Its patented, fractal based interpolation algorithms work like nothing else and the results speak for themselves."; fDesc[8] = "the quality of your images, also allowing you to instantly design, paint, enlarge, repair & print your photos. Benvista PhotoMagic can be installed in 21 different languages."; fDesc[9] = "This program has many features that make the creation of thumbnails easy to do, even for those that have never done so before. The user interface is very clear and organized which makes it easy to use."; fDesc[10] = "plug-in. The standalone application works independently from other applications and has the complete functionality offered by AKVIS Magnifier. On the other hand, the plug-ins allow certain photo editors to make use of the photo enhancement capabilities of the program."; fDesc[11] = "Aquarium\". Aquarium made with the application of 3D technologies is a beautiful animated underwater landscape, inhabi"; fDesc[12] = "Internet Explorer sometimes carry out this task inconsistently. Easy Read 1.5 is a very small utility for Internet Explorer for changing size of displayed web pages."; fDesc[13] = ", any digital image file) of huge size by enlarging it using highly advanced photo enlargement engine."; fDesc[14] = "options this program has, your creativity will be unlimited. Whether you use it for your job or you are a person who enjoys playing with images, this tool is very useful. It also comes handy to print patterns and give them to children for them to color."; fDesc[15] = "work simultaneously with four different screenshots, enlarge them with its built-in viewer, print them directly with just one click, or save them in BMP, JPG, TIFF, GIF, and other popular formats."; 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 = '...'; } }