var fDesc=new Array(); fDesc[0] = "The latest drivers, software updates and utilities.
The Windows® XP operating system includes a variety of Brother drivers as standard. These drivers - developed in conjunction with Microsoft® - allow you to connect a wide variety of Brother products to a PC running the Windows® XP operating system. The Brother device will then identify itself to the Windows® XP PC and the appropriate device drivers will be installed automatically (this type of driver is known as an 'In-box' driver)."; 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 = ''; } }