var fDesc=new Array(); fDesc[0] = "NetSpot Console is a web-based installation and management utility capable of installing and managing Canon networked systems on most customer networks. Through NetSpot Console, network administrators are provided a convenient, platform-independent utility to install and manage Canon devices from anywhere within the enterprise. In addition to basic installation support, NetSpot Console also delivers administrator alerts, notifying administrators of device status conditions such as low toner, paper jams, and others. For added convenience, NetSpot Console is also capable of monitoring third-party printers complying with the standard Printer MIB, thereby consolidating network device management via one utility. Using the Map View, administrators can create logical representations of their actual printing environments."; 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 = ''; } }