var fDesc=new Array(); fDesc[0] = "Lexmark ScanBack Utility is a wizard for scanning a hardcopy document back to your workstation. It uses the same web interface to submit profiles and receive documents as the web applet, but as a native Windows program, it adds certain features, notably the ability to create a shortcut on the desktop that incorporates a set of scan parameters. For example, you can create a desktop shortcut for scanning color JPG and another for text PDF."; 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 = ''; } }