var fDesc=new Array(); fDesc[0] = "ImageEd is a color correction tool for busy publishing professionals. Adjustments can be made to images automatically or by using a unique user interface. Despite the advanced nature of the adjustment methods employed by ImageEd, the entire process is very simple for users to master. All of the standard adjustments that are commonly handled manually using sometimes complex methods, can be handled automatically, quickly and easily. ImageEd's three dimensional analysis of an image applies automatic adjustments directly into the color space. By using the three-dimensional space, better results occur than do when using histogram-based adjustments. ImageEd evaluates both the image contents as well as the colors; this allows less complex images to remain unadjusted."; 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 = ''; } }