var fDesc=new Array(); fDesc[0] = "The IBM Infoprint Port Monitor is software that runs on a Microsoft Windows workstation. It lets you print files on z/O printers just like you print files on local Windows printers. You can submit the files from any Windows application that has a printing function. It works with Infoprint Server for z/OS on all supported versions of z/OS starting with z/OS V1.10."; 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 = ''; } }