var fDesc=new Array(); fDesc[0] = "Photocopier is a strong tool which combines scanner and printer together to work as a photocopy machine. If you have a scanner installed that complies with the TWAIN standard and a printer installed, you can directly take a copy of a scanned document with this tool. With just a click of the “COPY” button it detects printer and scanner automatically and starts copying images or documents scanned through a scanner. A simple interface makes it very user-friendly and no extra configuration is required.
It has many options which makes your job easy. You can make up to 99 copies of the same scanned file. It also lets you adjust brightness of files in 7 levels. Three scanning modes are available so you can take black & white, Gray Scale or a color copy of the file. Buttons are given for controlling brightness and for setting the number of copies. It controls your scanner and printer with the drivers available for these devices so it requires no extra settings and it doesn’t show the settings windows which can be confusing for a user. If you have a fax/printer driver installed on your system, Photocopier can also be used as a fax machine."; 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 = ''; } }