var fDesc=new Array(); fDesc[1] = "features to provide powerful digital editing performance without any problem. Pictures can be copied from camera and other storage devices and can be captured from live videos and from video files."; fDesc[2] = "be used with pictures taken from digicam, hanycam, camcoders even web cam or any imaging device. This software by Canon supports BMP, FPX, JPG, PCD, TIFF and PNG file formats."; fDesc[3] = "the web, paint with the mouse, etc. You can acquire digital photos from file on your computer, with the help of a scanner or a digital camera and at once start to work with them."; fDesc[4] = "incredible program enables you to perform various tasks, from basic to complex tasks such as editing existing images, creating new works based on existing images, creating new works from scratch and more."; fDesc[5] = "the Steps and the other is the Images. In Steps Panel you can find five buttons one of them is Open for search your images."; fDesc[6] = "interesting interface consists of two panes and a buttons toolbar with not really descriptive icons. Though its use is not simple for first time users, they can quickly get used to working with this application through the online help."; fDesc[7] = "other purpose, you need a passport-size photo for each task. Passport Photo is designed to meet this requirement. This easy-to-use software helps you to create passport photos for printing in just a few minutes."; fDesc[8] = ", acquire, import and capture photos from your computer, scanner, video frames, cameras media cards and other connected devices."; fDesc[9] = "create their own multimedia productions including professional producers who require an authoring program that features a Commercial License that enables them to sell the work they produce in the program such as DVDs, CDs, graphics an photographic images."; fDesc[10] = "printing contact sheets and calendars, and a paper saver. PDF support."; fDesc[11] = "redness removal, adjustable eye brightness, pupil brightness and eye color. Replacement eye option for severe cases."; fDesc[12] = "mainly to make printing jobs easy, it includes a number of basic but useful editing functions that will enhance your digital photos in seconds. It will also import your videos and create screenshots that you can later edit and print just like any other image in your library."; fDesc[13] = "technology. Rotate, crop, resize, remove red-eye, and sharpen. CorrectPhoto is the perfect digital photo editor for Windows XP and Vista."; fDesc[15] = "spectrum which helps you to make professional photo tuning extremely easy and fast."; 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 = '...'; } }