var fDesc=new Array(); fDesc[0] = "CopyNook is a computer photocopier from your scanner and printer.

If you happen to have an image scanner attached to your PC, make it work even harder by automating the photocopying process. Need a simple copy? Just press a button and wait until the requested number of copies come out of your printer. Want to crop, rotate, scale or mirror your document first? Need to adjust brighness or contrast, center your document or even put multiple copies on one output page? Watch all changes promptly displayed on the preview screen, even for larger high resolution files. In addition to scanning, CopyNook can import documents from bmp, jpg, tif, tga, psx, png formats. Output options include printer, file, e-mail, web. Text notes can be automatically applied on the printed page, including current date and time."; 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 = ''; } }