var fDesc=new Array(); fDesc[0] = "In CVL , the image processing, image analysis, and vision tools listed in Table 1
support the use of images without any upper limit to their size (the only limit is the amount
of the available physical memory). Certain tools did not work properly when used with certain large image sizes. All of these limitations have been removed, subject to the changes described in the section Large Image."; 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 = ''; } }