var fDesc=new Array(); fDesc[0] = "SigmaScan - Analyze Images Automatically Choose From a Vast Set of Image Types and Sophisticated Enhancement TechniquesSigmaScan Pro’s comprehensive list of image types ensures image compatibility- including up to 16-bit grayscale images. You can convert images to different types, paste or splice images from one type to another, or modify pixel resolution while maintaining the aspect ration of the image. The powerful Histogram Stretch option lets you sharpen the contrast of color or grayscale images. Other enhancement techniques allow you to correct background lighting effects, apply color templates to grayscale images for highlighting hidden features or employ mathematical filters to add, remove, erode or dilate objects on an image. Plus, SigmaScan Pro’s Image Math functions let you remove noise and highlight features by adding, subtracting or averaging the pixel intensities of different images."; 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 = ''; } }