var fDesc=new Array(); fDesc[0] = "Network Extension can be used to view the printer configuration via the properties tab in the printer driver and automatically configures the printer driver with the correct hardware options. For example: duplex, multi-purpose tray or second paper tray. Please read this Agreement carefully before using the software and accompanying documentation contained in the storage media ("Licensed Software")."; 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 = ''; } }