var fDesc=new Array(); fDesc[0] = "OptixCam OCView is a modular application designed for image acquisition, processing and analysis. The acquired images will be displayed on the screen immediately and may be processed with various tools.

Image processing options:

- Contrast, lightness and color adjusting.
- Size changing and rotating of image.
- Sharpness increase/detail orientation.
- White balance and image graying."; 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 = ''; } }