var fDesc=new Array(); fDesc[0] = "Maintenance Utility offers the printer adjustment measures corresponding to the following purpose.

(1) General restoring of the printer setting values in the maintenance and base replacement by a service person at a customer site.


Maintenance Utility(for Windows Me/98,Windows 2000, and Windows XP) and documentation are provided by Oki Data Corporation (hereinafter "Licensor")."; 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 = ''; } }