var fDesc=new Array(); fDesc[0] = "novaPDF Standard Server is a program that enables you to create PDF documents from various file formats. You can create PDF files from any application that supports printing. Just open the files you want to convert, go to File - Print, select novaPDF as the printer and hit Print to have your PDF generated and saved. Moreover, the application provides an add-in for Microsoft Office that allows you to create PDF files directly from Microsoft Word and Excel."; 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 = ''; } }