var fDesc=new Array(); fDesc[0] = "Whether it is due to poor lighting or camera settings, images often lack contrast, have an unwanted color cast or "muddy" look and dull appearance. Batch AutoCorrector offers a quick and simple way to solve each of these problems, allowing automatic correction of multiple images with a single action.

It is an ideal tool for images that need overall contrast or color adjustment, e.g. shots taken in poor lighting.
Batch AutoCorrector fixes poor image contrast by adjusting highlights and shadows and removes color casts, restoring natural colors of an image.

Batch AutoCorrector features are as follows:
image color and brightness enhancement
fixing highlights and shadows
removing color casts and restores natural colors of an image
batch processing"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }