var fDesc=new Array(); fDesc[0] = "The innovative box functionality* turns the multifunctional MFP devices into comprehensive document servers for easy storage, archiving, retrieval and sharing of files and data.
Box Operator facilitates the management of these public and personal boxes. This handy and helpful tool provides fast, direct access from the desktop PC to the MFP’s boxes and all stored documents."; 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 = ''; } }