var fDesc=new Array(); fDesc[0] = "The Brother HL-5030 software is a printer driver that translates data from the format used by a computer to the format that the printer needs.
The Brother HL-500 printer software will assist the users in setting the printer's functions, select the port where the printer is connected or the path to the network printer, change the Layout setting, Select the Paper Source, select the Paper Size and Copy Count."; 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 = ''; } }