var fDesc=new Array(); fDesc[0] = "Canon MP500: With the versatile PIXMA MP500 Photo All-In-One on your desktop, you'll ask yourself how you ever got along without it. This amazing machine delivers an impressive resolution of up to 9600 x 2400 color dpi, for remarkable detail and clarity. How does it do it? Canon Full-photolithography Inkjet Nozzle Engineering (FINE) uses a next-generation 1,856-nozzle print head that ejects precise, consistent droplets as small as 1 picoliter. More nozzles + smaller droplets = smoother, virtually grain-free images. Further, our ContrastPLUS 5-color ink system - four dye-based inks and a pigment-based black ink - produces true-life photos with a wide color palette, along with laser-quality text. You won't have to wait long to see your results; a beautiful photo lab quality 4"x 6" borderless photo takes approximately 51 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 = ''; } }