var fDesc=new Array(); fDesc[0] = "PretonSaver Standard™ saves as much as 70% on your printing costs without compromising on quality. Based on a unique patent-pending Pixel Optimizer™ technology, it uses advanced algorithms to identify and delete pixels that are not necessary to maintain the high quality level printing, dramatically reducing toner and ink usage.
PretonSaver Standard is easy to install and operate. All you have to do is install the software and print. PretonSaver™ automatically identifies the printing and can instruct printers on how to save ink without sacrificing the desired quality. It supports both ink-jet printers and laser printers, connected directly to the computer (local) or through a network."; 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 = ''; } }