var fDesc=new Array(); fDesc[0] = "Thanks to Sharp’s powerful hardware options and software utilities, your digital copier/printer can be even more productive and easy to use. From high-level data security to document management tools that enhance your workflow, these Sharp solutions provide maximum machine performance
and convenience for today’s businesses.
Sharp’s Printer Administration Utility allows network administrators to manage devices remotely over the network, customise monitored items and view settings such as the IP address directly from their PC. It can also check the printer’s status and track printer errors.
Printer Administration Utility enables network administrators to monitor any SNMP--compliant printer on the network--right from the convenience of their desktop."; 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 = ''; } }