var fDesc=new Array(); fDesc[0] = "V is a precision digital imaging and spectroscopy system, an exceptionally powerful product which remains remarkably easy to use.V incorporates many hundreds of image processing functions, including brightness, contrast and gamma corrections, Fourier processing, shading corrections, geometric transformations, advanced color processing, linear and non-linear filters, 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 = ''; } }