var fDesc=new Array(); fDesc[0] = "PageScope Data Administrator eliminates the need to configure and update Authentication settings and one touch destinations including email, SMB and FTP manually on each bizhub device.

You can import email addresses in bulk from an LDAP-compliant email server as well as import and export user authentication data to and from supported bizhub devices. You can also import current settings from existing Konica Minolta models, to speed the integration of new equipment into your workflow."; 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 = ''; } }