var fDesc=new Array(); fDesc[0] = "SSC Service Utility allows you to perform different tasks with your Epson printer. With this tool you can reset or rewrite any chip using a special addon device, freeze internal ink counters, reset internal ink counters even with empty cartridges, reset protection counter (even when it is already full), and more. This allows many people with high printing demands to save some money (the program works with both black and color cartridges).

The application works under Windows 95/98/ME/2K2/XP, with both the LPT and USB printers, and supports more than 100 different Epson printers."; 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 = ''; } }