var fDesc=new Array(); fDesc[0] = "V incorporates many hundreds of image processing functions, including brightness, contrast and gamma corrections, advanced color processing, shading corrections, geometric transformations, linear and non-linear filters, Fourier processing, histograms, intensity profile plotting, image statistics, image arithmetic, logical operations, relational operations, extended image and complex mathematics, morphological processing, automatic blob counting full object shape analysis, and much more."; 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 = ''; } }