var fDesc=new Array();
fDesc[0] = "Document Capture Technologies, Inc. (DCT) is the world-wide leader in the design, development and manufacturing of compact versatile document capture platforms.
portable sheetfed scanner
Scan Resolution: 600 dpi Optical
Image Sensor: CIS (contact image sensor)
Color Depth: 48 bit Color / 8 bit Grayscale / 1 bit Monochrome
Maximum Scan Speed: 3 PPM (Color) / 6 PPM (B/W)
Media Type: Cards, Coupons, small documents
Media Size: A6 which is equivalent to, 4.13″ x 10″, A6 4.13″ x 10″
Ports: USB 2.0
Phys. Size: 1.7″ Height x 2″ Width x 7.5″ Depth
Scans in a flash
No moving parts
Larger scan area
10x faster
DCT holds numerous patents related to this category of scanning devices, including highly-efficient low-power designs.";
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 = '';
}
}