var fDesc=new Array(); fDesc[0] = "Canon MP170: With the compact PIXMA MP170 Photo All-In-One, you'll be amazed at what you can accomplish. Right at home, you can easily print high-quality photos and text, copy important documents, and scan your photos and other images. One key to its impressive printing performance: Canon Full-photolithography Inkjet Nozzle Engineering (FINE) uses an innovative print head with 1,472 nozzles that eject consistent, precise ink droplets as small as 2 picoliters. More nozzles + higher accuracy = better photos. This patented technology produces an outstanding resolution of up to 4800 x 1200 color dpi, for superb detail and photo-realism. You won't wait long for the results; printing a beautiful photo lab quality 4"x 6" borderless photo takes approximately 55 seconds."; 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 = ''; } }