var fDesc=new Array(); fDesc[0] = "EPSON Drivers Update Utility updates your drivers for EPSON devices automatically. It can scan your Windows PC for supported devices and download their updates from the driver database. This program also features driver backup and restore functions. You can either download the updates manually or set this program to update automatically."; 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 = ''; } }