var fDesc=new Array(); fDesc[0] = "Camware is the new camera application software for the new camera systems: pco.edge, pco.dimax, pco.dimax HD/HD+, pco.1600, pco.2000, pco.4000, pco.1300 & pco.1300 solar, pco.1200 hs & s, pco.inspector hs & s and for the sensicam and pixelfly families of camera systems. It includes an image recorder, b/w and color display, pseudo-look-up-tables, hot pixel correction, direct-record-to-file, image browser, histogram, preview, and many other helpful image acquire features (modulatable cameras now included!).
For the most recent version of camware it might also be necessary for pco.camera users to install as well the most recent interface driver!"; 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 = ''; } }