var fDesc=new Array(); fDesc[0] = "Canon MP130:The PIXMA MP130 Photo All-In-One prints at up to 18 ppm in black and up to 13 ppm in color. It can produce professional-looking copies of your text documents in as little as 3.8 seconds per page. Whether scanning photos or graphics, you'll produce high-quality reproductions with a maximum 1200 dpi and vibrant 48-bit color depth. And the unique Doubled-Hinge expansion top lifts approx. 1 inch vertically and lies down flat on the item you are scanning for a clear, complete scan."; 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 = ''; } }