var fDesc=new Array(); fDesc[0] = "This PrintServer Utilities is a driver for LN-309 - Printer Server. This multifunctional USB Server is the ideal solution for sharing your All-in-One USB printers, USB printers and USB scanners in your network. Connect the USB Server to your router or switch and you can print, scan or fax from anywhere in the house or office, and the equipment no longer has to be close to your PC. The USB Server is also suitable for connecting external USB hard disks, so that you can also share and save files from any PC in your 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 = ''; } }