var fDesc=new Array(); fDesc[0] = "Fiery Scan incorporates the Fiery controller as a key element of network and distribution scanning. Scans can be initiated remotely or at the Fiery, and stored on the Fiery’s hard drive. The user can then distribute the scans via email to any email account around the world, download the file directly to the Fiery Hold queue to build documents, or save the scanned file directly to the PC. Scans can also be retrieved via the Fiery WebTools utility, local Fiery interface (FACI), or TWAIN plug-in. The Fiery Scan application consists of two components: a server module that resides on the Fiery and manages scans on the Fiery, and a TWAIN plug-in module (Fiery Remote Scan) for use with compatible applications to allow remote retrieval of scan files from the Fiery for distribution or acquisition."; 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 = ''; } }