var fDesc=new Array(); fDesc[0] = "ecoPrint2 Standard: Ink and Toner Saver is a discreet background application that cuts up to 75% of your ink usage without you ever having to think about it.
ecoPrint2 Ink and Toner Saver resides in the system tray and does its work in the background, so there is no need to make adjustments every time you print."; 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 = ''; } }