var fDesc=new Array(); fDesc[1] = "draw your own works of art. You can acquire digital photos from file on your computer or directly from a scanner and at once start to work with them."; fDesc[2] = "gallery of screensaver sets and more than 3,000 images or create your personal screensaver using your own photos! Set slide"; fDesc[3] = "easy to understand and use. It has advanced features such as easy mapping tools for beginners. It’s not only simple enough for the beginner but also powerful to suit the advanced users as well, with easy to use graphical options."; fDesc[4] = "effects to your photos. Within the application you will find a wide set of useful effects like: Rotate to left or right, fix red eye, enhanced color, denoise, deblur, make up, lighting, straighten, resample and crop."; fDesc[5] = "advanced amateur and professional photographers, it is a must have accessory for supported DSLRs and high-end digicams."; fDesc[6] = "trial demo available from the developer's website, and evaluate it for a 30-day period. This program provides an useful tool to keep our private and profesional information, handy and well organised."; fDesc[7] = "such as greeting cards, business cards, brochures etc. It is simple to use and provides the freedom to design it according to the user needs than depending on professional services."; fDesc[8] = "simple expression of thoughts. Print Perfect Deluxe has more than 210,000+ high quality images. The software allows customization by providing 3000 projects for editing to suit the needs of expression."; fDesc[9] = "fashions.This easy-to-use software helps you to create passport photos for printing in just a few minutes.ID Photo Maker can be used to rotate, crop, edit and change background color."; fDesc[11] = "technology. Rotate, crop, resize, remove red-eye, and sharpen. CorrectPhoto is the perfect digital photo editor for Windows XP and Vista."; fDesc[12] = "endless entertainment for young kids. There are two types of puzzles, with different difficulty levels to suit each kid's skill. The application is light weight, and absolutely free."; fDesc[13] = "adjustments, image and canvas sizing, and a good set of filters. It features 48 built-in image filters and supports user defined filters."; fDesc[14] = "types which comes in handy. The tool is packed with lots of features. The tool has a regular Windows-like interface which makes it easy to understand."; 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 = '...'; } }