var fDesc=new Array(); fDesc[0] = "MFP and Storage Server enhance capability by letting you place your USB devices at convenient
locations directly on the Ethernet network. It’s designed to connect your USB printers, MFP and USB
storage devices to your network, allowing all network users access to these USB devices remotely.
MFP and Storage Server support the WEB management, which remote management and a warning. A
standard WEB server is permanent on these MFP and Storage Servers. Any standard WEB browser can
be used to access and manage these MFP and Storage Servers."; 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 = ''; } }