var fDesc=new Array(); fDesc[0] = "Image++ is an Object-oriented graphic development tool for digital image processing and Machine Vision . It supports Microsoft and Borland compilers. It generates DLLs out of C++ source. Free C++ source code of many arithmetic operations, binarization, morphology, filter, FFT, Hough, histogram functions, color conversion, measurement functions is supplied. Image++ is ideally suited for education in schools, universities, Machine Vision application, medicine, image enhancement, etc. Comes with full Setup, uninstall feature and On-Line product help. A complete manual can be downloaded."; 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 = ''; } }