var fDesc=new Array(); fDesc[0] = "EpsonNet SetupManager is a utility that provides simple printer installation and a configuration tool for network administrators and easy network printer installation process for client users. EpsonNet SetupManager installs the printer driver for printers newly connected to the network and helps network administrators and client users efficiently install and configure new network printers on Windows operating systems running TCP/IP."; 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 = ''; } }