var fDesc=new Array(); fDesc[0] = "Canon MP800R: The PIXMA MP800R Photo All-In-One offers the freedom of wireless printing and scanning, along with exceptional print-copy-scan performance. It produces an amazing print resolution of up to 9600 x 2400 color dpi,1 for superb detail and clarity. To achieve this, Canon Full-photolithography Inkjet Nozzle Engineering (FINE) uses a next-generation 3,584-nozzle print head that ejects precise, consistent droplets as small as 1 picoliter, for smooth, virtually grain-free images. Our ContrastPLUS 5-color ink system produces true-life photos along with laser-quality text. When copying, the AE (Auto Exposure) Copy feature automatically optimizes reproduction quality based on the type of original you're duplicating. The convenient Photo/Film button allows you to make reprints of your photos and 35mm film without using your computer. And now, scanning: The unit's high-resolution CCD technology enables you to produce exceptional 2400-dpi scans, with vibrant 48-bit color depth. You can simultaneously scan up to 6 frames of your 35mm film (negatives or positives), or up to 4 mounted slides. For added convenience, two paper trays let you keep photo paper stored in one, plain paper in the other."; 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 = ''; } }