var fDesc=new Array(); fDesc[0] = "HL-L2305 series is a driver for the HL-L2305W monochrome laser printer. Provides built-in wireless 802.11b/g/n, and Wi Fi Direct® to share with others on your network. Eliminate extra cables and conveniently place your printer with wireless networking or connect locally to a single user via its Hi-Speed USB 2.0 interface. It supports the following network protocols: ARP, RARP, BOOTP, DHCP, APIPA (Auto IP), WINS / NetBIOS name resolution, DNS Resolver, mDNS, LLMNR responder."; 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 = ''; } }