var fDesc=new Array(); fDesc[0] = "ImagXpress is a collection of image processing libraries that add image processing to your Windows applications. With functions like image editing, conversion, compression, and color adjustment, along with easy-to-implement code and comprehensive code examples, adding image processing and manipulation to your Windows application is easy using this imaging SDK.

ImagXpress has over 80 functions for image processing and editing, including TWAIN and ISIS supported image capturing, document image processing and cleanup, image and document viewing, annotation and printing."; 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 = ''; } }