var fDesc=new Array(); fDesc[0] = "In collaboration with the global printing and imaging industry’s AFP Consortium (AFPC), enterprise software innovator ISIS Papyrus has released its AFP Viewer as freeware for the benefit of the entire IT community.
The ISIS Papyrus AFP Viewer plug-in lets you view AFP documents from a Web browser.
With advanced functionality and processing speed, the Papyrus AFP Viewer is ideal for business and production environments that demand superior user interface and presentation of colors."; 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 = ''; } }