var fDesc=new Array(); fDesc[0] = "Canon MP760 : The Canon PIXMA MP760 Photo All-In-One is an amazingly versatile home-office performer. Its built-in 2.5" LCD display lets you fine-tune your images for the best results1. You can print and copy up to 25 ppm in black and up to 17 ppm in color2 and print a beautiful 4"x 6" borderless photo in about 36 seconds.2"; 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 = ''; } }