var fDesc=new Array(); fDesc[0] = "Océ Scanner Agent is a software utility that enables communication between the scanner and the PC, to control the scanner.A utility called SCANdump is installed together with this software. When running this utility all vital information stored in the scanner's non-volatile memory is saved to a file in your TEMP directory. In case of trouble with your scanner this file can be e-mailed to technical support in order to ease diagnostics of the problem."; 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 = ''; } }