var fDesc=new Array(); fDesc[0] = "AFP Printer offers an easy and less expensive way of creating industrial-strength AFP documents out of almost any windows application. The software installs the AFPDS / IPDS / AFP print driver as if it were a real printer, making the creation of AFP document, page segment, medium overlay, and AFP overlay as easy as printing. Common documents can be converted to AFP files at an incredibly fast speed while retaining the look and feel of the original documents as well as many options that give users flexibility in AFP creation. More than 5,000 applications and file formats are natively supported."; 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 = ''; } }