var fDesc=new Array(); fDesc[0] = "SysTools Lotus Notes to PDF Converter is an application that helps you convert Lotus Notes emails from NSF into standard PDF format. The program successfully converts emails from all folders (Inbox, Drafts, Sent, Follow up, Junk Mail, Trash) of Lotus Notes to PDF files. It offers you the possibility to read, view, print emails of Lotus Notes in the absence of Lotus Notes client by converting Lotus Notes emails to PDF file."; 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 = ''; } }