var fDesc=new Array(); fDesc[0] = "PDF4Free creates PDF files from any Windows application running on Windows 8, Windows 7, Windows Vista, Windows 2000, Windows XP and Windows Server 2012/2008/2003. The software installs itself as a print driver, all you have to do is to click "Print" from your application to create PDF files. PDF4Free is complete freeware PDF creator. Users may create PDF files as many as they want. However, the features of the software are limited to PDF creation with font embedding, title, subject, author, keyword information embedding. The software is free ONLY for personal and noncommercial use. Anyone who wishes to use the software for business and commerce should purchase PDF4U family products. All PDF documents created by PDF4Free will be tagged, i.e. PDF Creator - PDF4Free v3.01 will be tagged onto all the created PDF documents. The sole purpose of the tag is to spread the free PDF creator software to more and more people."; 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 = ''; } }