var fDesc=new Array(); fDesc[0] = "AFP Transport was developed to assist in the printing of large documents to NMSU's high capacity IBM 3900 printer from a Windows client machine. The utility supports individual customization to allow multiple, unique accesses to the printer's services. AFP Transport works in coordination with existing JCL programs to quickly and efficiently move jobs through the queue."; 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 = ''; } }