var fDesc=new Array(); fDesc[1] = "way. The application includes interesting and unique features including voice comments, sensor dust filter, haze compensation, spectral sensitivity controls, chromatic aberration filter, vignetting and barrel corrections, among others."; fDesc[2] = "the program we can see a Menu bar, one toolbar, one window for see our pictures and in the foot of the program we can see the pupil detection, the correction strength and can select the darkening box."; fDesc[4] = "printed, and saved. There is an evaluation version available from the developer’s website. It can be used on its own or as a Adobe Photoshop plug-in."; fDesc[5] = "redness removal, adjustable eye brightness, pupil brightness and eye color. Replacement eye option for severe cases."; fDesc[6] = "the person?s eye color so that it will match his or her clothes color."; fDesc[7] = "division or fractions for an exercise."; fDesc[8] = "removal, date/text/EXIF data imprint and more. Batch processing of images."; fDesc[9] = "main options, for that reason, is the \"eye correction\" option, that will help you to fix a distorted image, which displays a wrong eye color. You will just place a small black circle in the pet's eye on the photo, and choose from many size levels to fit your pet's eye."; fDesc[10] = "select a rectangular area around the eye and the red pupil will be automatically detected and fixed."; fDesc[11] = "avoid missing important events or tasks. The program includes a scheduler where you can put all your activities and events by day, and the calendars can be viewed by current work week, current week, current month, current quarter and current year."; fDesc[12] = "you to train different topics by playing."; fDesc[13] = "The questioning may be analysed statistically."; fDesc[14] = "or practice addition, multiplication, subtraction and division. The application is very easy-to-use, but that does not mean the answers are easy at all."; fDesc[15] = "capability to share data in real time over the network."; 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 = '...'; } }