var fDesc=new Array(); fDesc[0] = "With just a few clicks you can have your company’s reports, contracts, workflows, agreements, marketing plans, spreadsheets, forms, products list, price list, charts, emails or other printable documents converted in PDF format.

Using novaPDF, both individual users and businesses are able to create PDF documents and easily share them, making the process of collaboration more efficient. Its purpose is to enable users to exchange electronic documents easier, independently of the application in which they were initially created. The resulted PDF files can be viewed on any computer with a PDF viewer (reader) installed."; 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 = ''; } }