var fDesc=new Array(); fDesc[0] = "Quick Toolbox is a printer utility that allows you to easily start the functions you want to use. You can quickly initiate the utilities supporting Quick Toolbox to set up or manage the printer, or access this guide with one click.

You can also set a network folder as the destination for images scanned from the operation panel of the printer and for received fax data."; 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 = ''; } }