var fDesc=new Array(); fDesc[0] = "Brother MFC-9125CN is a driver for the MFC-9125CN color printer. Is the ideal color All-in-One for those who primarily print in b&w, but also need the convenience of color printing...plus copying, scanning, and faxing - all in one powerful device. Its built-in Ethernet network, fast color and black print speeds and compact design make this the perfect color All-in-One for your home office or small office! Produce your own high-quality, professional-looking business documents at an impressive print speed of up to 19ppm - Up to 4X faster color printing than competing color laser All-in-Ones!‡"; 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 = ''; } }