var fDesc=new Array(); fDesc[0] = "A-PDF Creator is a fast, affordable utility to allow you to create professional quality PDF documents by simply "Print" using A-PDF Creator printer in any Microsoft Windows application.
Its purpose is to enable users to exchange electronic documents easily, independently of the environment in which they were initially created. It also helps companies to publish reports, marketing plans, price lists, contracts, and any other documents in a portable electronic document format."; 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 = ''; } }