var fDesc=new Array(); fDesc[0] = "KM-NET for Direct Printing is a free utility that allows users to send PDF (Portable Document Format) files directly to a printer without the need to open the file in Adobe Acrobat or Acrobat Reader and print using a conventional print driver. It allows you to make secured prints since PDF files can be encrypted, confidentiality of the document being protected on the network when you print."; 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 = ''; } }