var fDesc=new Array(); fDesc[0] = "This package installs the device drivers for Samsung SCX-3400 laser multifunction printer series. It asks you to select the port in which the printer is connected, such as Ethernet, USB, or WiFi. You can also install the drivers without connecting the printer. This package also provides the Samsung Printer Diagnostics tool to solve common problems related to your device."; 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 = ''; } }