var fDesc=new Array(); fDesc[0] = "NetSpot Job Monitor is a Canon device utility that includes status monitor software which works with compatible device boards to report on the device status, print and fax jobs of devices connected to the network.
Supported product : iR105, iR1600, iR1610, iR2000, iR2010, iR2200, iR2200i, iR2220, iR3100C, iR3300, iR3300i, iR3320, iR5000, iR5000i, iR5020, iR6000, iR6000i, iR6020, iR6800C, iR7200, iR8500, LBP-1000,LBP-1760, LBP-1760e, LBP-2000 and LBP-3260."; 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 = ''; } }