var fDesc=new Array(); fDesc[1] = "photomontages, impressions and conversions of formats. Specifically, includes an image viewer with a presentation mode, an editor for adjusting levels of brightness, color and contrast, an editor of frames and masks to embellish your photos, and other effects"; fDesc[2] = "Using MP Navigator you can send image for printing, attach to e-mail or save it in PDF format. MP Navigator is easy and handy. It is aimed for ordinary users and allows scanning photos and documents quickly and easy."; fDesc[3] = "options. It also can record the screen output and capture texts. SnagIt editor is used to edit the captured images or text. The program has great features but it also has rather high price."; fDesc[4] = ", photo browser and Photo Story utility. The Digital Image provides a great functionality for organizing, viewing and storing photo archives. You can control your photos through a combination of digital-imaging tools with helpful wizards and professional-quality photo projects."; fDesc[5] = "sharing needs. This easy-to-use tool with its lengthy list of capabilities to work with your digital images stands as a peer in the crowd. The tool is quite simple and free from a complicated interface unlike other similar tools."; fDesc[6] = "enhance them. What is more, it also allows you to capture screens, create layouts, and select colors from a webpage, which makes it a great tool for web designers."; fDesc[7] = "image. It will also lead you to perform batch processes or enter the Online resources for RealWorld Photos."; fDesc[8] = "users to add quickly and easily different style frames, from standard, colored, cool frames, to special shapes. It allows to resize, rotate and adjust brightness, contrast and hue, without affecting the selected frame, as well as color the photographs, and add text to the photos."; fDesc[9] = "are generally found in graphics editors. Its interface is amazing and you can handle like any other graphical editor even animations can be created with it."; fDesc[10] = "create shapes, insert pictures, and use templates for albums, business cards, CD labels, flyers, greeting cards, invitations, etc."; fDesc[11] = "a picture can work with 3d objects with the help of Unlead 3D Studio. Ulead 3D Studio can be used to create image sequence or GIF images,videos and the 3D Macromedia Flash movies.Ulead 3D Studio offers Easy Palette for the beginners."; fDesc[12] = "of the Print Scrn key or any other key you configure. Free full feature 30 day trial. Buy $19.95"; fDesc[13] = "buttons to put links in your web pages. You will be able to make those buttons by setting its dimensions, colors, text (position, font and style), 3D bevels, surface gradients, texture and mouseover effects."; fDesc[14] = "features. It provides you with tools to move and design elements. With ThinkGraph you can draw maps with different layouts: vertical, horizontal, topic maps; and different styles: boxes, lines, branches."; fDesc[15] = ", edit, converter images. 27 amazing image effects is included! They will make your computer more personal."; 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 = '...'; } }