var fDesc=new Array(); fDesc[0] = "EpsonNet Config is a free program that enables you to configure the network interface of EPSON printers. You can configure the network interface for TCP/IP, NetWare, MS Network, AppleTalk, IPP, and SNMP. It works with various Epson printers including the Epson AcuLaser C4200. The program also supports network interfaces that are connected to a USB port or COM port."; 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 = ''; } }