var fDesc=new Array(); fDesc[0] = "CanoScan LiDE 200 Scanner Driver is the driver for the Canon scanner LiDE 200. This is TWAIN-compliant. It means, you can use the scanner to directly scan to applications that support TWAIN importing. Photoshop and other image processing tools have the feature available.

It is available for Mac OSX and Windows operating systems from 98 to Windows 7.

There are only driver updates available for the scanner. Firmware cannot be modified."; 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 = ''; } }