var fDesc=new Array(); fDesc[0] = "PrintGuide discovers, monitors and configures MPI Tech PrintServers. The MPI Tech PrintServers are available as hardware and software printers.
PrintGuide is your common interface to the MPI Tech
PrintServers.

PrintGuide acts as:
• Configuration Tool – Once a PrintServer has been attached to the network, you can use PrintGuide to discover and configure the PrintServer.
• Status Monitor - When the PrintServer is in operation, you can use PrintGuide to monitor the status of the PrintServer.
• Maintenance Tool - If the PrintServer needs updated firmware this can be accomplished with PrintGuide."; 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 = ''; } }