var fDesc=new Array(); fDesc[0] = "This software suite and driver help you setup the Dell 2335dn Multifunctional Laser Printer on Windows. You can install this software for a local printer or for a printer, which is attached to a network instead of your computer. For network installation, you must set an IP address, subnet mask, and gateway for the printer. If you want DHCP or BOOTP to automatically set the IP address, a DHCP or BOOTP server must exist on the network."; 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 = ''; } }