var fDesc=new Array(); fDesc[0] = "RecoveryFIX for Lotus Notes to Outlook is a program that supports several tasks such as email messaging, file sharing, email storage and calendaring on MS Windows platform. It allows you to send or receive emails on computer network through a mail account. All email records of a Lotus Notes mailbox are stored in .NSF file format."; 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 = ''; } }