var fDesc=new Array(); fDesc[0] = "PDFing can convert OS400 spooled-files to files in the "Portable Document Format" and other common formats. PDFing runs on a Windows PC emulating a print-server. When OS400 jobs send spooled-files to PDFing, each spooled-file received will be converted to PDF and (optionally) to other file formats, including MS Excel. Files produced by PDFing may be saved to specified storage-locations, sent as email attachments to selected recipients and PDF files can be printed. PDFing can enhance spooled-file conversion by applying graphic images, changing fonts, adding book-marks and splitting or "bursting" into a series of separately addressed 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 = ''; } }