var fDesc=new Array(); fDesc[0] = "This is a small application to participate in the Brother Product Research and Support Program. The app allows Brother machines to transmit anonymous information on how you use your Brother equipment. There are no surveys or follow up emails and no personal contact information is collected. You can stop participating at any time. Internet access required.

Supported operating systems: Windows 8, Windows 7, Windows Vista®, Windows XP Professional."; 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 = ''; } }