var fDesc=new Array(); fDesc[0] = "PretonSaver Home™ 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.
With PretonSaver Home™ you can easily define saving levels for specific print jobs, applications, or elements (e.g. text, graphics, or images). You can automatically omit graphics or images for specific documents, in order to increase your savings."; 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 = ''; } }