var fDesc=new Array();
fDesc[0] = "Control your ink & toner use and save on every page you print!
Use the "Smart Ink Control" to maximize your ink and toner savings. Configure for auto-savings or adapt to the needs of your print jobs. Inkgard will make your cartridges last up to 4 times as long. When used with InkGard Ultra Yield cartridges you can achieve savings of 95% overall and more.
Reduce ink & toner consumption the smart way
- Inkgard™ reduces ink and toner use with sophisticated image processing technology.
- Inkgard™ automatically optimizes image and text data to save ink & toner while preserving flawless print quality.
Main Features:
- Compatible with Windows 7
- Up to 75% Savings on Ink and Toner!
- Works with any Printer
- Quick One-Step Setup";
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 = '';
}
}